Shades of Saddle Brown #8E411C
Tints of Saddle Brown #8E411C
RGB
CMYK
RGB Variations
Color information
#8E411C (or 0x8E411C) is known color: Saddle Brown. HEX triplet: 8E, 41 and 1C. RGB value is (142,65,28). Sum of RGB (Red+Green+Blue) = 142+65+28=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E411C is #71BEE3. Grayscale: #545454. Windows color (decimal): -7454436 or 1851790. OLE color: 1851790.
HSL color Cylindrical-coordinate representation of color #8E411C: hue angle of 19.47º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E411C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 28 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.44 |
| HSL | 19.47º | 0.67% | 0.33% | - |
| HSV(B) | 19.47º | 0.8% | 0.56% | - |
| XYZ | 13.26 | 9.62 | 2.26 | - |
| YUV | 83.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 28 | 0 | 0.54 | 0.80 | 0.44 | 19.47 | 0.67 | 0.33 |
| Hex | 8E | 41 | 1C | 0 | 36 | 50 | 2C | 13 | 43 | 21 |
| Octal | 216 | 101 | 34 | 0 | 66 | 120 | 54 | 23 | 103 | 41 |
| Binary | 10001110 | 1000001 | 11100 | 0 | 110110 | 1010000 | 101100 | 10011 | 1000011 | 100001 |
Color Harmonies of #8E411C
Complementary color
Monochromatic Colors of #8E411C
Black with #8E411C
Text Example
Text Example
White with #8E411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E411C; }
p { color: rgb(142,65,28); }
H1.HeaderClassName
{
color: #8E411C;
}
.AnyTagClassName
{
color: #8E411C;
}
</style>
background-color css
<style>
a { background-color: #8E411C; }
a { background-color: rgb(142,65,28); }
div.DivClassName
{
background-color: #8E411C;
}
.BgClassName
{
background-color: #8E411C;
}
</style>
border-color css
<style>
span { border-color: #8E411C; }
span { border-color: rgb(142,65,28); }
td.TdClassName
{
border-color: #8E411C;
}
.TagClassName
{
border-color: #8E411C;
}
</style>