Shades of Saddle Brown #953C04
Tints of Saddle Brown #953C04
RGB
CMYK
RGB Variations
Color information
#953C04 (or 0x953C04) is known color: Saddle Brown. HEX triplet: 95, 3C and 04. RGB value is (149,60,4). Sum of RGB (Red+Green+Blue) = 149+60+4=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #953C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C04 is #6AC3FB. Grayscale: #505050. Windows color (decimal): -6996988 or 277653. OLE color: 277653.
HSL color Cylindrical-coordinate representation of color #953C04: hue angle of 23.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #953C04 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 4 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.42 |
| HSL | 23.17º | 0.95% | 0.3% | - |
| HSV(B) | 23.17º | 0.97% | 0.58% | - |
| XYZ | 14.03 | 9.63 | 1.23 | - |
| YUV | 80.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 4 | 0 | 0.60 | 0.97 | 0.42 | 23.17 | 0.95 | 0.3 |
| Hex | 95 | 3C | 4 | 0 | 3C | 61 | 2A | 17 | 5F | 1E |
| Octal | 225 | 74 | 4 | 0 | 74 | 141 | 52 | 27 | 137 | 36 |
| Binary | 10010101 | 111100 | 100 | 0 | 111100 | 1100001 | 101010 | 10111 | 1011111 | 11110 |
Color Harmonies of #953C04
Complementary color
Monochromatic Colors of #953C04
Black with #953C04
Text Example
Text Example
White with #953C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C04; }
p { color: rgb(149,60,4); }
H1.HeaderClassName
{
color: #953C04;
}
.AnyTagClassName
{
color: #953C04;
}
</style>
background-color css
<style>
a { background-color: #953C04; }
a { background-color: rgb(149,60,4); }
div.DivClassName
{
background-color: #953C04;
}
.BgClassName
{
background-color: #953C04;
}
</style>
border-color css
<style>
span { border-color: #953C04; }
span { border-color: rgb(149,60,4); }
td.TdClassName
{
border-color: #953C04;
}
.TagClassName
{
border-color: #953C04;
}
</style>