Shades of Saddle Brown #913205
Tints of Saddle Brown #913205
RGB
CMYK
RGB Variations
Color information
#913205 (or 0x913205) is known color: Saddle Brown. HEX triplet: 91, 32 and 05. RGB value is (145,50,5). Sum of RGB (Red+Green+Blue) = 145+50+5=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #913205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913205 is #6ECDFA. Grayscale: #494949. Windows color (decimal): -7261691 or 340625. OLE color: 340625.
HSL color Cylindrical-coordinate representation of color #913205: hue angle of 19.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #913205 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.43 |
| HSL | 19.29º | 0.93% | 0.29% | - |
| HSV(B) | 19.29º | 0.97% | 0.57% | - |
| XYZ | 12.85 | 8.31 | 1.07 | - |
| YUV | 73.28 | 89.47 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 5 | 0 | 0.66 | 0.97 | 0.43 | 19.29 | 0.93 | 0.29 |
| Hex | 91 | 32 | 5 | 0 | 42 | 61 | 2B | 13 | 5D | 1D |
| Octal | 221 | 62 | 5 | 0 | 102 | 141 | 53 | 23 | 135 | 35 |
| Binary | 10010001 | 110010 | 101 | 0 | 1000010 | 1100001 | 101011 | 10011 | 1011101 | 11101 |
Color Harmonies of #913205
Complementary color
Monochromatic Colors of #913205
Black with #913205
Text Example
Text Example
White with #913205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913205; }
p { color: rgb(145,50,5); }
H1.HeaderClassName
{
color: #913205;
}
.AnyTagClassName
{
color: #913205;
}
</style>
background-color css
<style>
a { background-color: #913205; }
a { background-color: rgb(145,50,5); }
div.DivClassName
{
background-color: #913205;
}
.BgClassName
{
background-color: #913205;
}
</style>
border-color css
<style>
span { border-color: #913205; }
span { border-color: rgb(145,50,5); }
td.TdClassName
{
border-color: #913205;
}
.TagClassName
{
border-color: #913205;
}
</style>