Shades of Saddle Brown #952D00
Tints of Saddle Brown #952D00
RGB
CMYK
RGB Variations
Color information
#952D00 (or 0x952D00) is known color: Saddle Brown. HEX triplet: 95, 2D and 00. RGB value is (149,45,0). Sum of RGB (Red+Green+Blue) = 149+45+0=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #952D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D00 is #6AD2FF. Grayscale: #474747. Windows color (decimal): -7000832 or 11669. OLE color: 11669.
HSL color Cylindrical-coordinate representation of color #952D00: hue angle of 18.12º 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 #952D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.42 |
| HSL | 18.12º | 1% | 0.29% | - |
| HSV(B) | 18.12º | 1% | 0.58% | - |
| XYZ | 13.33 | 8.27 | 0.89 | - |
| YUV | 70.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 0 | 0 | 0.70 | 1 | 0.42 | 18.12 | 1 | 0.29 |
| Hex | 95 | 2D | 0 | 0 | 46 | 64 | 2A | 12 | 64 | 1D |
| Octal | 225 | 55 | 0 | 0 | 106 | 144 | 52 | 22 | 144 | 35 |
| Binary | 10010101 | 101101 | 0 | 0 | 1000110 | 1100100 | 101010 | 10010 | 1100100 | 11101 |
Color Harmonies of #952D00
Complementary color
Monochromatic Colors of #952D00
Black with #952D00
Text Example
Text Example
White with #952D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D00; }
p { color: rgb(149,45,0); }
H1.HeaderClassName
{
color: #952D00;
}
.AnyTagClassName
{
color: #952D00;
}
</style>
background-color css
<style>
a { background-color: #952D00; }
a { background-color: rgb(149,45,0); }
div.DivClassName
{
background-color: #952D00;
}
.BgClassName
{
background-color: #952D00;
}
</style>
border-color css
<style>
span { border-color: #952D00; }
span { border-color: rgb(149,45,0); }
td.TdClassName
{
border-color: #952D00;
}
.TagClassName
{
border-color: #952D00;
}
</style>