Shades of Saddle Brown #952E06
Tints of Saddle Brown #952E06
RGB
CMYK
RGB Variations
Color information
#952E06 (or 0x952E06) is known color: Saddle Brown. HEX triplet: 95, 2E and 06. RGB value is (149,46,6). Sum of RGB (Red+Green+Blue) = 149+46+6=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E06 is #6AD1F9. Grayscale: #484848. Windows color (decimal): -7000570 or 405141. OLE color: 405141.
HSL color Cylindrical-coordinate representation of color #952E06: hue angle of 16.78º 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 #952E06 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 6 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.42 |
| HSL | 16.78º | 0.92% | 0.3% | - |
| HSV(B) | 16.78º | 0.96% | 0.58% | - |
| XYZ | 13.4 | 8.36 | 1.08 | - |
| YUV | 72.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 6 | 0 | 0.69 | 0.96 | 0.42 | 16.78 | 0.92 | 0.3 |
| Hex | 95 | 2E | 6 | 0 | 45 | 60 | 2A | 11 | 5C | 1E |
| Octal | 225 | 56 | 6 | 0 | 105 | 140 | 52 | 21 | 134 | 36 |
| Binary | 10010101 | 101110 | 110 | 0 | 1000101 | 1100000 | 101010 | 10001 | 1011100 | 11110 |
Color Harmonies of #952E06
Complementary color
Monochromatic Colors of #952E06
Black with #952E06
Text Example
Text Example
White with #952E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E06; }
p { color: rgb(149,46,6); }
H1.HeaderClassName
{
color: #952E06;
}
.AnyTagClassName
{
color: #952E06;
}
</style>
background-color css
<style>
a { background-color: #952E06; }
a { background-color: rgb(149,46,6); }
div.DivClassName
{
background-color: #952E06;
}
.BgClassName
{
background-color: #952E06;
}
</style>
border-color css
<style>
span { border-color: #952E06; }
span { border-color: rgb(149,46,6); }
td.TdClassName
{
border-color: #952E06;
}
.TagClassName
{
border-color: #952E06;
}
</style>