Shades of Saddle Brown #8C2D04
Tints of Saddle Brown #8C2D04
RGB
CMYK
RGB Variations
Color information
#8C2D04 (or 0x8C2D04) is known color: Saddle Brown. HEX triplet: 8C, 2D and 04. RGB value is (140,45,4). Sum of RGB (Red+Green+Blue) = 140+45+4=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2D04 is #73D2FB. Grayscale: #444444. Windows color (decimal): -7590652 or 273804. OLE color: 273804.
HSL color Cylindrical-coordinate representation of color #8C2D04: hue angle of 18.09º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C2D04 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.45 |
| HSL | 18.09º | 0.94% | 0.28% | - |
| HSV(B) | 18.09º | 0.97% | 0.55% | - |
| XYZ | 11.78 | 7.46 | 0.93 | - |
| YUV | 68.73 | 91.47 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 4 | 0 | 0.68 | 0.97 | 0.45 | 18.09 | 0.94 | 0.28 |
| Hex | 8C | 2D | 4 | 0 | 44 | 61 | 2D | 12 | 5E | 1C |
| Octal | 214 | 55 | 4 | 0 | 104 | 141 | 55 | 22 | 136 | 34 |
| Binary | 10001100 | 101101 | 100 | 0 | 1000100 | 1100001 | 101101 | 10010 | 1011110 | 11100 |
Color Harmonies of #8C2D04
Complementary color
Monochromatic Colors of #8C2D04
Black with #8C2D04
Text Example
Text Example
White with #8C2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D04; }
p { color: rgb(140,45,4); }
H1.HeaderClassName
{
color: #8C2D04;
}
.AnyTagClassName
{
color: #8C2D04;
}
</style>
background-color css
<style>
a { background-color: #8C2D04; }
a { background-color: rgb(140,45,4); }
div.DivClassName
{
background-color: #8C2D04;
}
.BgClassName
{
background-color: #8C2D04;
}
</style>
border-color css
<style>
span { border-color: #8C2D04; }
span { border-color: rgb(140,45,4); }
td.TdClassName
{
border-color: #8C2D04;
}
.TagClassName
{
border-color: #8C2D04;
}
</style>