HEX: #C75A41
RGB: (199,90,65)
#C75A41 enthält hauptsächlich rote Farbe. Für #C75A41 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C75A41 wird in RGB als (199,90,65) definiert.
RGB: (199,90,65)
(78%, 35%, 25%)
R 199 von 255 = 78%
G 90 von 255 = 35%
B 65 von 255 = 25%
R + G + B ~ 46%. #C75A41 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 199 + 90 + 65 = 354 (100%)
R 199 von 354 ~ 56.21%
G 90 von 354 ~ 25.42%
B 65 von 354 ~ 18.36'%
Die Farbe #C75A41 wird in CMYK als (0,55,67,22) definiert.
CMYK: (0,55,67,22)
C0M55Y67K22 (0%, 55%, 67%, 22%)
(0.00 / 0.55 / 0.67 / 0.22)
Farbe #C75A41 in den populären Farbmodellen.
C7 | 5A | 41 | |
---|---|---|---|
RGB | 199 | 90 | 65 |
HSL | 11° | 54.47% | 51.76% |
HSB/HSV | 11° | 67.34% | 78.04% |
CMYK | 0.00% | 54.77% | 67.34% |
21.96% |
Die Farbe #C75A41 in den populären Zahlensystemen.
Hexadezimal | C7 | 5A | 41 |
Dezimal | 199 | 90 | 65 |
Binär | 11000111 | 1011010 | 1000001 |
Oktal | 307 | 132 | 101 |
Dunkle Töne der Farbe #C75A41
Helle Töne der Farbe #C75A41
Beispiele css- und html für Elemente in der Farbe #C75A41. Bitte benutzen Sie auch rgb(199,90,65) statt hex-Code.
.myTextColor { color: #C75A41; }
<p style="color:#C75A41">This sample text font color is #C75A41.</p>
Die Farbe dieses Textes ist #C75A41.
.myBgColor { background-color: #C75A41; }
<div style="background-color:#C75A41">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C75A41.
.myBorderColor { border: 1px solid #C75A41; }
<div style="border:3px solid #C75A41">Div</div>
Die Grenzen von diesem div sind in Farbe #C75A41.
.myOpacity80 { color: #C75A41; opacity: 0.8; }
<p style="color:#C75A41;opacity:0.8;">80%</p>
Text in Farbe #C75A41 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C75A41;}
<p style="text-shadow: 3px 3px 1px #C75A41">Text here.</p>
Dieser Text hat den Schatten in Farbe #C75A41.
.textShadow {text-shadow: 3px 3px 1px #C75A41', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C75A41, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C75A41 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C75A41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C75A41, Direction=45, Strength=4)">Text</p>
This text has shadow with #C75A41 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C75A41;
-webkit-box-shadow: 1px 1px 3px 2px #C75A41;
box-shadow: 1px 1px 3px 2px #C75A41;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C75A41; -webkit-box-shadow: 1px 1px 3px 2px #C75A41; box-shadow:1px 1px 3px 2px #C75A41;">
Div content here
</div>
Dieser Text ist in der Farbe #C75A41 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C75A41 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C75A41.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C75A41.
Kontrastfarbe für #hex ist #38A5BE.