Shades of Saddle Brown #9C4D08
Tints of Saddle Brown #9C4D08
RGB
CMYK
RGB Variations
Color information
#9C4D08 (or 0x9C4D08) is known color: Saddle Brown. HEX triplet: 9C, 4D and 08. RGB value is (156,77,8). Sum of RGB (Red+Green+Blue) = 156+77+8=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D08 is #63B2F7. Grayscale: #5D5D5D. Windows color (decimal): -6533880 or 544156. OLE color: 544156.
HSL color Cylindrical-coordinate representation of color #9C4D08: hue angle of 27.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C4D08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.39 |
| HSL | 27.97º | 0.9% | 0.32% | - |
| HSV(B) | 27.97º | 0.95% | 0.61% | - |
| XYZ | 16.41 | 12.39 | 1.76 | - |
| YUV | 92.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 8 | 0 | 0.51 | 0.95 | 0.39 | 27.97 | 0.9 | 0.32 |
| Hex | 9C | 4D | 8 | 0 | 33 | 5F | 27 | 1C | 5A | 20 |
| Octal | 234 | 115 | 10 | 0 | 63 | 137 | 47 | 34 | 132 | 40 |
| Binary | 10011100 | 1001101 | 1000 | 0 | 110011 | 1011111 | 100111 | 11100 | 1011010 | 100000 |
Color Harmonies of #9C4D08
Complementary color
Monochromatic Colors of #9C4D08
Black with #9C4D08
Text Example
Text Example
White with #9C4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D08; }
p { color: rgb(156,77,8); }
H1.HeaderClassName
{
color: #9C4D08;
}
.AnyTagClassName
{
color: #9C4D08;
}
</style>
background-color css
<style>
a { background-color: #9C4D08; }
a { background-color: rgb(156,77,8); }
div.DivClassName
{
background-color: #9C4D08;
}
.BgClassName
{
background-color: #9C4D08;
}
</style>
border-color css
<style>
span { border-color: #9C4D08; }
span { border-color: rgb(156,77,8); }
td.TdClassName
{
border-color: #9C4D08;
}
.TagClassName
{
border-color: #9C4D08;
}
</style>