Shades of Saddle Brown #953C03
Tints of Saddle Brown #953C03
RGB
CMYK
RGB Variations
Color information
#953C03 (or 0x953C03) is known color: Saddle Brown. HEX triplet: 95, 3C and 03. RGB value is (149,60,3). Sum of RGB (Red+Green+Blue) = 149+60+3=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #953C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C03 is #6AC3FC. Grayscale: #505050. Windows color (decimal): -6996989 or 212117. OLE color: 212117.
HSL color Cylindrical-coordinate representation of color #953C03: hue angle of 23.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #953C03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.42 |
| HSL | 23.42º | 0.96% | 0.3% | - |
| HSV(B) | 23.42º | 0.98% | 0.58% | - |
| XYZ | 14.03 | 9.63 | 1.21 | - |
| YUV | 80.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 3 | 0 | 0.60 | 0.98 | 0.42 | 23.42 | 0.96 | 0.3 |
| Hex | 95 | 3C | 3 | 0 | 3C | 62 | 2A | 17 | 60 | 1E |
| Octal | 225 | 74 | 3 | 0 | 74 | 142 | 52 | 27 | 140 | 36 |
| Binary | 10010101 | 111100 | 11 | 0 | 111100 | 1100010 | 101010 | 10111 | 1100000 | 11110 |
Color Harmonies of #953C03
Complementary color
Monochromatic Colors of #953C03
Black with #953C03
Text Example
Text Example
White with #953C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C03; }
p { color: rgb(149,60,3); }
H1.HeaderClassName
{
color: #953C03;
}
.AnyTagClassName
{
color: #953C03;
}
</style>
background-color css
<style>
a { background-color: #953C03; }
a { background-color: rgb(149,60,3); }
div.DivClassName
{
background-color: #953C03;
}
.BgClassName
{
background-color: #953C03;
}
</style>
border-color css
<style>
span { border-color: #953C03; }
span { border-color: rgb(149,60,3); }
td.TdClassName
{
border-color: #953C03;
}
.TagClassName
{
border-color: #953C03;
}
</style>