Shades of Saddle Brown #953203
Tints of Saddle Brown #953203
RGB
CMYK
RGB Variations
Color information
#953203 (or 0x953203) is known color: Saddle Brown. HEX triplet: 95, 32 and 03. RGB value is (149,50,3). Sum of RGB (Red+Green+Blue) = 149+50+3=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #953203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953203 is #6ACDFC. Grayscale: #4A4A4A. Windows color (decimal): -6999549 or 209557. OLE color: 209557.
HSL color Cylindrical-coordinate representation of color #953203: hue angle of 19.32º 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 #953203 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.42 |
| HSL | 19.32º | 0.96% | 0.3% | - |
| HSV(B) | 19.32º | 0.98% | 0.58% | - |
| XYZ | 13.55 | 8.68 | 1.05 | - |
| YUV | 74.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 3 | 0 | 0.66 | 0.98 | 0.42 | 19.32 | 0.96 | 0.3 |
| Hex | 95 | 32 | 3 | 0 | 42 | 62 | 2A | 13 | 60 | 1E |
| Octal | 225 | 62 | 3 | 0 | 102 | 142 | 52 | 23 | 140 | 36 |
| Binary | 10010101 | 110010 | 11 | 0 | 1000010 | 1100010 | 101010 | 10011 | 1100000 | 11110 |
Color Harmonies of #953203
Complementary color
Monochromatic Colors of #953203
Black with #953203
Text Example
Text Example
White with #953203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953203; }
p { color: rgb(149,50,3); }
H1.HeaderClassName
{
color: #953203;
}
.AnyTagClassName
{
color: #953203;
}
</style>
background-color css
<style>
a { background-color: #953203; }
a { background-color: rgb(149,50,3); }
div.DivClassName
{
background-color: #953203;
}
.BgClassName
{
background-color: #953203;
}
</style>
border-color css
<style>
span { border-color: #953203; }
span { border-color: rgb(149,50,3); }
td.TdClassName
{
border-color: #953203;
}
.TagClassName
{
border-color: #953203;
}
</style>