Shades of Saddle Brown #9C2E02
Tints of Saddle Brown #9C2E02
RGB
CMYK
RGB Variations
Color information
#9C2E02 (or 0x9C2E02) is known color: Saddle Brown. HEX triplet: 9C, 2E and 02. RGB value is (156,46,2). Sum of RGB (Red+Green+Blue) = 156+46+2=204 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.47% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2E02 is #63D1FD. Grayscale: #4A4A4A. Windows color (decimal): -6541822 or 143004. OLE color: 143004.
HSL color Cylindrical-coordinate representation of color #9C2E02: hue angle of 17.14º 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 #9C2E02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 46 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.39 |
| HSL | 17.14º | 0.97% | 0.31% | - |
| HSV(B) | 17.14º | 0.99% | 0.61% | - |
| XYZ | 14.7 | 9.03 | 1.02 | - |
| YUV | 73.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 2 | 0 | 0.71 | 0.99 | 0.39 | 17.14 | 0.97 | 0.31 |
| Hex | 9C | 2E | 2 | 0 | 47 | 63 | 27 | 11 | 61 | 1F |
| Octal | 234 | 56 | 2 | 0 | 107 | 143 | 47 | 21 | 141 | 37 |
| Binary | 10011100 | 101110 | 10 | 0 | 1000111 | 1100011 | 100111 | 10001 | 1100001 | 11111 |
Color Harmonies of #9C2E02
Complementary color
Monochromatic Colors of #9C2E02
Black with #9C2E02
Text Example
Text Example
White with #9C2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2E02; }
p { color: rgb(156,46,2); }
H1.HeaderClassName
{
color: #9C2E02;
}
.AnyTagClassName
{
color: #9C2E02;
}
</style>
background-color css
<style>
a { background-color: #9C2E02; }
a { background-color: rgb(156,46,2); }
div.DivClassName
{
background-color: #9C2E02;
}
.BgClassName
{
background-color: #9C2E02;
}
</style>
border-color css
<style>
span { border-color: #9C2E02; }
span { border-color: rgb(156,46,2); }
td.TdClassName
{
border-color: #9C2E02;
}
.TagClassName
{
border-color: #9C2E02;
}
</style>