Shades of Saddle Brown #953D08
Tints of Saddle Brown #953D08
RGB
CMYK
RGB Variations
Color information
#953D08 (or 0x953D08) is known color: Saddle Brown. HEX triplet: 95, 3D and 08. RGB value is (149,61,8). Sum of RGB (Red+Green+Blue) = 149+61+8=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D08 is #6AC2F7. Grayscale: #515151. Windows color (decimal): -6996728 or 540053. OLE color: 540053.
HSL color Cylindrical-coordinate representation of color #953D08: hue angle of 22.55º 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 #953D08 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 8 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.42 |
| HSL | 22.55º | 0.9% | 0.31% | - |
| HSV(B) | 22.55º | 0.95% | 0.58% | - |
| XYZ | 14.11 | 9.74 | 1.37 | - |
| YUV | 81.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 8 | 0 | 0.59 | 0.95 | 0.42 | 22.55 | 0.9 | 0.31 |
| Hex | 95 | 3D | 8 | 0 | 3B | 5F | 2A | 17 | 5A | 1F |
| Octal | 225 | 75 | 10 | 0 | 73 | 137 | 52 | 27 | 132 | 37 |
| Binary | 10010101 | 111101 | 1000 | 0 | 111011 | 1011111 | 101010 | 10111 | 1011010 | 11111 |
Color Harmonies of #953D08
Complementary color
Monochromatic Colors of #953D08
Black with #953D08
Text Example
Text Example
White with #953D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D08; }
p { color: rgb(149,61,8); }
H1.HeaderClassName
{
color: #953D08;
}
.AnyTagClassName
{
color: #953D08;
}
</style>
background-color css
<style>
a { background-color: #953D08; }
a { background-color: rgb(149,61,8); }
div.DivClassName
{
background-color: #953D08;
}
.BgClassName
{
background-color: #953D08;
}
</style>
border-color css
<style>
span { border-color: #953D08; }
span { border-color: rgb(149,61,8); }
td.TdClassName
{
border-color: #953D08;
}
.TagClassName
{
border-color: #953D08;
}
</style>