Shades of Saddle Brown #8C401C
Tints of Saddle Brown #8C401C
RGB
CMYK
RGB Variations
Color information
#8C401C (or 0x8C401C) is known color: Saddle Brown. HEX triplet: 8C, 40 and 1C. RGB value is (140,64,28). Sum of RGB (Red+Green+Blue) = 140+64+28=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C401C is #73BFE3. Grayscale: #525252. Windows color (decimal): -7585764 or 1851532. OLE color: 1851532.
HSL color Cylindrical-coordinate representation of color #8C401C: hue angle of 19.29º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C401C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 28 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.45 |
| HSL | 19.29º | 0.67% | 0.33% | - |
| HSV(B) | 19.29º | 0.8% | 0.55% | - |
| XYZ | 12.86 | 9.33 | 2.22 | - |
| YUV | 82.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 28 | 0 | 0.54 | 0.80 | 0.45 | 19.29 | 0.67 | 0.33 |
| Hex | 8C | 40 | 1C | 0 | 36 | 50 | 2D | 13 | 43 | 21 |
| Octal | 214 | 100 | 34 | 0 | 66 | 120 | 55 | 23 | 103 | 41 |
| Binary | 10001100 | 1000000 | 11100 | 0 | 110110 | 1010000 | 101101 | 10011 | 1000011 | 100001 |
Color Harmonies of #8C401C
Complementary color
Monochromatic Colors of #8C401C
Black with #8C401C
Text Example
Text Example
White with #8C401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C401C; }
p { color: rgb(140,64,28); }
H1.HeaderClassName
{
color: #8C401C;
}
.AnyTagClassName
{
color: #8C401C;
}
</style>
background-color css
<style>
a { background-color: #8C401C; }
a { background-color: rgb(140,64,28); }
div.DivClassName
{
background-color: #8C401C;
}
.BgClassName
{
background-color: #8C401C;
}
</style>
border-color css
<style>
span { border-color: #8C401C; }
span { border-color: rgb(140,64,28); }
td.TdClassName
{
border-color: #8C401C;
}
.TagClassName
{
border-color: #8C401C;
}
</style>