Shades of Saddle Brown #952B00
Tints of Saddle Brown #952B00
RGB
CMYK
RGB Variations
Color information
#952B00 (or 0x952B00) is known color: Saddle Brown. HEX triplet: 95, 2B and 00. RGB value is (149,43,0). Sum of RGB (Red+Green+Blue) = 149+43+0=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B00 is #6AD4FF. Grayscale: #464646. Windows color (decimal): -7001344 or 11157. OLE color: 11157.
HSL color Cylindrical-coordinate representation of color #952B00: hue angle of 17.32º 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 #952B00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.42 |
| HSL | 17.32º | 1% | 0.29% | - |
| HSV(B) | 17.32º | 1% | 0.58% | - |
| XYZ | 13.26 | 8.12 | 0.87 | - |
| YUV | 69.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 0 | 0 | 0.71 | 1 | 0.42 | 17.32 | 1 | 0.29 |
| Hex | 95 | 2B | 0 | 0 | 47 | 64 | 2A | 11 | 64 | 1D |
| Octal | 225 | 53 | 0 | 0 | 107 | 144 | 52 | 21 | 144 | 35 |
| Binary | 10010101 | 101011 | 0 | 0 | 1000111 | 1100100 | 101010 | 10001 | 1100100 | 11101 |
Color Harmonies of #952B00
Complementary color
Monochromatic Colors of #952B00
Black with #952B00
Text Example
Text Example
White with #952B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B00; }
p { color: rgb(149,43,0); }
H1.HeaderClassName
{
color: #952B00;
}
.AnyTagClassName
{
color: #952B00;
}
</style>
background-color css
<style>
a { background-color: #952B00; }
a { background-color: rgb(149,43,0); }
div.DivClassName
{
background-color: #952B00;
}
.BgClassName
{
background-color: #952B00;
}
</style>
border-color css
<style>
span { border-color: #952B00; }
span { border-color: rgb(149,43,0); }
td.TdClassName
{
border-color: #952B00;
}
.TagClassName
{
border-color: #952B00;
}
</style>