Shades of Saddle Brown #952C08
Tints of Saddle Brown #952C08
RGB
CMYK
RGB Variations
Color information
#952C08 (or 0x952C08) is known color: Saddle Brown. HEX triplet: 95, 2C and 08. RGB value is (149,44,8). Sum of RGB (Red+Green+Blue) = 149+44+8=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C08 is #6AD3F7. Grayscale: #474747. Windows color (decimal): -7001080 or 535701. OLE color: 535701.
HSL color Cylindrical-coordinate representation of color #952C08: hue angle of 15.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952C08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.42 |
| HSL | 15.32º | 0.9% | 0.31% | - |
| HSV(B) | 15.32º | 0.95% | 0.58% | - |
| XYZ | 13.34 | 8.21 | 1.11 | - |
| YUV | 71.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 8 | 0 | 0.70 | 0.95 | 0.42 | 15.32 | 0.9 | 0.31 |
| Hex | 95 | 2C | 8 | 0 | 46 | 5F | 2A | F | 5A | 1F |
| Octal | 225 | 54 | 10 | 0 | 106 | 137 | 52 | 17 | 132 | 37 |
| Binary | 10010101 | 101100 | 1000 | 0 | 1000110 | 1011111 | 101010 | 1111 | 1011010 | 11111 |
Color Harmonies of #952C08
Complementary color
Monochromatic Colors of #952C08
Black with #952C08
Text Example
Text Example
White with #952C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C08; }
p { color: rgb(149,44,8); }
H1.HeaderClassName
{
color: #952C08;
}
.AnyTagClassName
{
color: #952C08;
}
</style>
background-color css
<style>
a { background-color: #952C08; }
a { background-color: rgb(149,44,8); }
div.DivClassName
{
background-color: #952C08;
}
.BgClassName
{
background-color: #952C08;
}
</style>
border-color css
<style>
span { border-color: #952C08; }
span { border-color: rgb(149,44,8); }
td.TdClassName
{
border-color: #952C08;
}
.TagClassName
{
border-color: #952C08;
}
</style>