Shades of Saddle Brown #953D02
Tints of Saddle Brown #953D02
RGB
CMYK
RGB Variations
Color information
#953D02 (or 0x953D02) is known color: Saddle Brown. HEX triplet: 95, 3D and 02. RGB value is (149,61,2). Sum of RGB (Red+Green+Blue) = 149+61+2=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #953D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D02 is #6AC2FD. Grayscale: #505050. Windows color (decimal): -6996734 or 146837. OLE color: 146837.
HSL color Cylindrical-coordinate representation of color #953D02: hue angle of 24.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953D02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.42 |
| HSL | 24.08º | 0.97% | 0.3% | - |
| HSV(B) | 24.08º | 0.99% | 0.58% | - |
| XYZ | 14.07 | 9.73 | 1.19 | - |
| YUV | 80.59 | 83.65 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 2 | 0 | 0.59 | 0.99 | 0.42 | 24.08 | 0.97 | 0.3 |
| Hex | 95 | 3D | 2 | 0 | 3B | 63 | 2A | 18 | 61 | 1E |
| Octal | 225 | 75 | 2 | 0 | 73 | 143 | 52 | 30 | 141 | 36 |
| Binary | 10010101 | 111101 | 10 | 0 | 111011 | 1100011 | 101010 | 11000 | 1100001 | 11110 |
Color Harmonies of #953D02
Complementary color
Monochromatic Colors of #953D02
Black with #953D02
Text Example
Text Example
White with #953D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D02; }
p { color: rgb(149,61,2); }
H1.HeaderClassName
{
color: #953D02;
}
.AnyTagClassName
{
color: #953D02;
}
</style>
background-color css
<style>
a { background-color: #953D02; }
a { background-color: rgb(149,61,2); }
div.DivClassName
{
background-color: #953D02;
}
.BgClassName
{
background-color: #953D02;
}
</style>
border-color css
<style>
span { border-color: #953D02; }
span { border-color: rgb(149,61,2); }
td.TdClassName
{
border-color: #953D02;
}
.TagClassName
{
border-color: #953D02;
}
</style>