Shades of Saddle Brown #9C2F04
Tints of Saddle Brown #9C2F04
RGB
CMYK
RGB Variations
Color information
#9C2F04 (or 0x9C2F04) is known color: Saddle Brown. HEX triplet: 9C, 2F and 04. RGB value is (156,47,4). Sum of RGB (Red+Green+Blue) = 156+47+4=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F04 is #63D0FB. Grayscale: #4A4A4A. Windows color (decimal): -6541564 or 274332. OLE color: 274332.
HSL color Cylindrical-coordinate representation of color #9C2F04: hue angle of 16.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C2F04 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 47 | 4 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.39 |
| HSL | 16.97º | 0.95% | 0.31% | - |
| HSV(B) | 16.97º | 0.97% | 0.61% | - |
| XYZ | 14.75 | 9.11 | 1.1 | - |
| YUV | 74.69 | 88.11 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 4 | 0 | 0.70 | 0.97 | 0.39 | 16.97 | 0.95 | 0.31 |
| Hex | 9C | 2F | 4 | 0 | 46 | 61 | 27 | 11 | 5F | 1F |
| Octal | 234 | 57 | 4 | 0 | 106 | 141 | 47 | 21 | 137 | 37 |
| Binary | 10011100 | 101111 | 100 | 0 | 1000110 | 1100001 | 100111 | 10001 | 1011111 | 11111 |
Color Harmonies of #9C2F04
Complementary color
Monochromatic Colors of #9C2F04
Black with #9C2F04
Text Example
Text Example
White with #9C2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2F04; }
p { color: rgb(156,47,4); }
H1.HeaderClassName
{
color: #9C2F04;
}
.AnyTagClassName
{
color: #9C2F04;
}
</style>
background-color css
<style>
a { background-color: #9C2F04; }
a { background-color: rgb(156,47,4); }
div.DivClassName
{
background-color: #9C2F04;
}
.BgClassName
{
background-color: #9C2F04;
}
</style>
border-color css
<style>
span { border-color: #9C2F04; }
span { border-color: rgb(156,47,4); }
td.TdClassName
{
border-color: #9C2F04;
}
.TagClassName
{
border-color: #9C2F04;
}
</style>