Shades of Saddle Brown #9C4302
Tints of Saddle Brown #9C4302
RGB
CMYK
RGB Variations
Color information
#9C4302 (or 0x9C4302) is known color: Saddle Brown. HEX triplet: 9C, 43 and 02. RGB value is (156,67,2). Sum of RGB (Red+Green+Blue) = 156+67+2=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4302 is #63BCFD. Grayscale: #565656. Windows color (decimal): -6536446 or 148380. OLE color: 148380.
HSL color Cylindrical-coordinate representation of color #9C4302: hue angle of 25.32º 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 #9C4302 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.39 |
| HSL | 25.32º | 0.97% | 0.31% | - |
| HSV(B) | 25.32º | 0.99% | 0.61% | - |
| XYZ | 15.73 | 11.09 | 1.37 | - |
| YUV | 86.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 2 | 0 | 0.57 | 0.99 | 0.39 | 25.32 | 0.97 | 0.31 |
| Hex | 9C | 43 | 2 | 0 | 39 | 63 | 27 | 19 | 61 | 1F |
| Octal | 234 | 103 | 2 | 0 | 71 | 143 | 47 | 31 | 141 | 37 |
| Binary | 10011100 | 1000011 | 10 | 0 | 111001 | 1100011 | 100111 | 11001 | 1100001 | 11111 |
Color Harmonies of #9C4302
Complementary color
Monochromatic Colors of #9C4302
Black with #9C4302
Text Example
Text Example
White with #9C4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4302; }
p { color: rgb(156,67,2); }
H1.HeaderClassName
{
color: #9C4302;
}
.AnyTagClassName
{
color: #9C4302;
}
</style>
background-color css
<style>
a { background-color: #9C4302; }
a { background-color: rgb(156,67,2); }
div.DivClassName
{
background-color: #9C4302;
}
.BgClassName
{
background-color: #9C4302;
}
</style>
border-color css
<style>
span { border-color: #9C4302; }
span { border-color: rgb(156,67,2); }
td.TdClassName
{
border-color: #9C4302;
}
.TagClassName
{
border-color: #9C4302;
}
</style>