Shades of Saddle Brown #952D08
Tints of Saddle Brown #952D08
RGB
CMYK
RGB Variations
Color information
#952D08 (or 0x952D08) is known color: Saddle Brown. HEX triplet: 95, 2D and 08. RGB value is (149,45,8). Sum of RGB (Red+Green+Blue) = 149+45+8=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #952D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D08 is #6AD2F7. Grayscale: #484848. Windows color (decimal): -7000824 or 535957. OLE color: 535957.
HSL color Cylindrical-coordinate representation of color #952D08: hue angle of 15.74º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952D08 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 8 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.42 |
| HSL | 15.74º | 0.9% | 0.31% | - |
| HSV(B) | 15.74º | 0.95% | 0.58% | - |
| XYZ | 13.38 | 8.28 | 1.12 | - |
| YUV | 71.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 8 | 0 | 0.70 | 0.95 | 0.42 | 15.74 | 0.9 | 0.31 |
| Hex | 95 | 2D | 8 | 0 | 46 | 5F | 2A | 10 | 5A | 1F |
| Octal | 225 | 55 | 10 | 0 | 106 | 137 | 52 | 20 | 132 | 37 |
| Binary | 10010101 | 101101 | 1000 | 0 | 1000110 | 1011111 | 101010 | 10000 | 1011010 | 11111 |
Color Harmonies of #952D08
Complementary color
Monochromatic Colors of #952D08
Black with #952D08
Text Example
Text Example
White with #952D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D08; }
p { color: rgb(149,45,8); }
H1.HeaderClassName
{
color: #952D08;
}
.AnyTagClassName
{
color: #952D08;
}
</style>
background-color css
<style>
a { background-color: #952D08; }
a { background-color: rgb(149,45,8); }
div.DivClassName
{
background-color: #952D08;
}
.BgClassName
{
background-color: #952D08;
}
</style>
border-color css
<style>
span { border-color: #952D08; }
span { border-color: rgb(149,45,8); }
td.TdClassName
{
border-color: #952D08;
}
.TagClassName
{
border-color: #952D08;
}
</style>