Shades of Saddle Brown #952F06
Tints of Saddle Brown #952F06
RGB
CMYK
RGB Variations
Color information
#952F06 (or 0x952F06) is known color: Saddle Brown. HEX triplet: 95, 2F and 06. RGB value is (149,47,6). Sum of RGB (Red+Green+Blue) = 149+47+6=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #952F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F06 is #6AD0F9. Grayscale: #494949. Windows color (decimal): -7000314 or 405397. OLE color: 405397.
HSL color Cylindrical-coordinate representation of color #952F06: hue angle of 17.2º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #952F06 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.42 |
| HSL | 17.2º | 0.92% | 0.3% | - |
| HSV(B) | 17.2º | 0.96% | 0.58% | - |
| XYZ | 13.44 | 8.44 | 1.09 | - |
| YUV | 72.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 6 | 0 | 0.68 | 0.96 | 0.42 | 17.2 | 0.92 | 0.3 |
| Hex | 95 | 2F | 6 | 0 | 44 | 60 | 2A | 11 | 5C | 1E |
| Octal | 225 | 57 | 6 | 0 | 104 | 140 | 52 | 21 | 134 | 36 |
| Binary | 10010101 | 101111 | 110 | 0 | 1000100 | 1100000 | 101010 | 10001 | 1011100 | 11110 |
Color Harmonies of #952F06
Complementary color
Monochromatic Colors of #952F06
Black with #952F06
Text Example
Text Example
White with #952F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F06; }
p { color: rgb(149,47,6); }
H1.HeaderClassName
{
color: #952F06;
}
.AnyTagClassName
{
color: #952F06;
}
</style>
background-color css
<style>
a { background-color: #952F06; }
a { background-color: rgb(149,47,6); }
div.DivClassName
{
background-color: #952F06;
}
.BgClassName
{
background-color: #952F06;
}
</style>
border-color css
<style>
span { border-color: #952F06; }
span { border-color: rgb(149,47,6); }
td.TdClassName
{
border-color: #952F06;
}
.TagClassName
{
border-color: #952F06;
}
</style>