Shades of Saddle Brown #962C08
Tints of Saddle Brown #962C08
RGB
CMYK
RGB Variations
Color information
#962C08 (or 0x962C08) is known color: Saddle Brown. HEX triplet: 96, 2C and 08. RGB value is (150,44,8). Sum of RGB (Red+Green+Blue) = 150+44+8=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #962C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C08 is #69D3F7. Grayscale: #474747. Windows color (decimal): -6935544 or 535702. OLE color: 535702.
HSL color Cylindrical-coordinate representation of color #962C08: hue angle of 15.21º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #962C08 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 8 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.41 |
| HSL | 15.21º | 0.9% | 0.31% | - |
| HSV(B) | 15.21º | 0.95% | 0.59% | - |
| XYZ | 13.52 | 8.3 | 1.12 | - |
| YUV | 71.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 8 | 0 | 0.71 | 0.95 | 0.41 | 15.21 | 0.9 | 0.31 |
| Hex | 96 | 2C | 8 | 0 | 47 | 5F | 29 | F | 5A | 1F |
| Octal | 226 | 54 | 10 | 0 | 107 | 137 | 51 | 17 | 132 | 37 |
| Binary | 10010110 | 101100 | 1000 | 0 | 1000111 | 1011111 | 101001 | 1111 | 1011010 | 11111 |
Color Harmonies of #962C08
Complementary color
Monochromatic Colors of #962C08
Black with #962C08
Text Example
Text Example
White with #962C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C08; }
p { color: rgb(150,44,8); }
H1.HeaderClassName
{
color: #962C08;
}
.AnyTagClassName
{
color: #962C08;
}
</style>
background-color css
<style>
a { background-color: #962C08; }
a { background-color: rgb(150,44,8); }
div.DivClassName
{
background-color: #962C08;
}
.BgClassName
{
background-color: #962C08;
}
</style>
border-color css
<style>
span { border-color: #962C08; }
span { border-color: rgb(150,44,8); }
td.TdClassName
{
border-color: #962C08;
}
.TagClassName
{
border-color: #962C08;
}
</style>