Shades of Saddle Brown #9C4B02
Tints of Saddle Brown #9C4B02
RGB
CMYK
RGB Variations
Color information
#9C4B02 (or 0x9C4B02) is known color: Saddle Brown. HEX triplet: 9C, 4B and 02. RGB value is (156,75,2). Sum of RGB (Red+Green+Blue) = 156+75+2=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B02 is #63B4FD. Grayscale: #5B5B5B. Windows color (decimal): -6534398 or 150428. OLE color: 150428.
HSL color Cylindrical-coordinate representation of color #9C4B02: hue angle of 28.44º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C4B02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 75 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.39 |
| HSL | 28.44º | 0.97% | 0.31% | - |
| HSV(B) | 28.44º | 0.99% | 0.61% | - |
| XYZ | 16.24 | 12.1 | 1.54 | - |
| YUV | 90.9 | 77.84 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 2 | 0 | 0.52 | 0.99 | 0.39 | 28.44 | 0.97 | 0.31 |
| Hex | 9C | 4B | 2 | 0 | 34 | 63 | 27 | 1C | 61 | 1F |
| Octal | 234 | 113 | 2 | 0 | 64 | 143 | 47 | 34 | 141 | 37 |
| Binary | 10011100 | 1001011 | 10 | 0 | 110100 | 1100011 | 100111 | 11100 | 1100001 | 11111 |
Color Harmonies of #9C4B02
Complementary color
Monochromatic Colors of #9C4B02
Black with #9C4B02
Text Example
Text Example
White with #9C4B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4B02; }
p { color: rgb(156,75,2); }
H1.HeaderClassName
{
color: #9C4B02;
}
.AnyTagClassName
{
color: #9C4B02;
}
</style>
background-color css
<style>
a { background-color: #9C4B02; }
a { background-color: rgb(156,75,2); }
div.DivClassName
{
background-color: #9C4B02;
}
.BgClassName
{
background-color: #9C4B02;
}
</style>
border-color css
<style>
span { border-color: #9C4B02; }
span { border-color: rgb(156,75,2); }
td.TdClassName
{
border-color: #9C4B02;
}
.TagClassName
{
border-color: #9C4B02;
}
</style>