Shades of Saddle Brown #9C3C02
Tints of Saddle Brown #9C3C02
RGB
CMYK
RGB Variations
Color information
#9C3C02 (or 0x9C3C02) is known color: Saddle Brown. HEX triplet: 9C, 3C and 02. RGB value is (156,60,2). Sum of RGB (Red+Green+Blue) = 156+60+2=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3C02 is #63C3FD. Grayscale: #525252. Windows color (decimal): -6538238 or 146588. OLE color: 146588.
HSL color Cylindrical-coordinate representation of color #9C3C02: hue angle of 22.6º 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 #9C3C02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.39 |
| HSL | 22.6º | 0.97% | 0.31% | - |
| HSV(B) | 22.6º | 0.99% | 0.61% | - |
| XYZ | 15.34 | 10.3 | 1.24 | - |
| YUV | 82.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 2 | 0 | 0.62 | 0.99 | 0.39 | 22.6 | 0.97 | 0.31 |
| Hex | 9C | 3C | 2 | 0 | 3E | 63 | 27 | 17 | 61 | 1F |
| Octal | 234 | 74 | 2 | 0 | 76 | 143 | 47 | 27 | 141 | 37 |
| Binary | 10011100 | 111100 | 10 | 0 | 111110 | 1100011 | 100111 | 10111 | 1100001 | 11111 |
Color Harmonies of #9C3C02
Complementary color
Monochromatic Colors of #9C3C02
Black with #9C3C02
Text Example
Text Example
White with #9C3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C02; }
p { color: rgb(156,60,2); }
H1.HeaderClassName
{
color: #9C3C02;
}
.AnyTagClassName
{
color: #9C3C02;
}
</style>
background-color css
<style>
a { background-color: #9C3C02; }
a { background-color: rgb(156,60,2); }
div.DivClassName
{
background-color: #9C3C02;
}
.BgClassName
{
background-color: #9C3C02;
}
</style>
border-color css
<style>
span { border-color: #9C3C02; }
span { border-color: rgb(156,60,2); }
td.TdClassName
{
border-color: #9C3C02;
}
.TagClassName
{
border-color: #9C3C02;
}
</style>