Shades of Saddle Brown #952E00
Tints of Saddle Brown #952E00
RGB
CMYK
RGB Variations
Color information
#952E00 (or 0x952E00) is known color: Saddle Brown. HEX triplet: 95, 2E and 00. RGB value is (149,46,0). Sum of RGB (Red+Green+Blue) = 149+46+0=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #952E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E00 is #6AD1FF. Grayscale: #474747. Windows color (decimal): -7000576 or 11925. OLE color: 11925.
HSL color Cylindrical-coordinate representation of color #952E00: hue angle of 18.52º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #952E00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.42 |
| HSL | 18.52º | 1% | 0.29% | - |
| HSV(B) | 18.52º | 1% | 0.58% | - |
| XYZ | 13.37 | 8.34 | 0.91 | - |
| YUV | 71.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 0 | 0 | 0.69 | 1 | 0.42 | 18.52 | 1 | 0.29 |
| Hex | 95 | 2E | 0 | 0 | 45 | 64 | 2A | 13 | 64 | 1D |
| Octal | 225 | 56 | 0 | 0 | 105 | 144 | 52 | 23 | 144 | 35 |
| Binary | 10010101 | 101110 | 0 | 0 | 1000101 | 1100100 | 101010 | 10011 | 1100100 | 11101 |
Color Harmonies of #952E00
Complementary color
Monochromatic Colors of #952E00
Black with #952E00
Text Example
Text Example
White with #952E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E00; }
p { color: rgb(149,46,0); }
H1.HeaderClassName
{
color: #952E00;
}
.AnyTagClassName
{
color: #952E00;
}
</style>
background-color css
<style>
a { background-color: #952E00; }
a { background-color: rgb(149,46,0); }
div.DivClassName
{
background-color: #952E00;
}
.BgClassName
{
background-color: #952E00;
}
</style>
border-color css
<style>
span { border-color: #952E00; }
span { border-color: rgb(149,46,0); }
td.TdClassName
{
border-color: #952E00;
}
.TagClassName
{
border-color: #952E00;
}
</style>