Shades of Saddle Brown #913201
Tints of Saddle Brown #913201
RGB
CMYK
RGB Variations
Color information
#913201 (or 0x913201) is known color: Saddle Brown. HEX triplet: 91, 32 and 01. RGB value is (145,50,1). Sum of RGB (Red+Green+Blue) = 145+50+1=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #913201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913201 is #6ECDFE. Grayscale: #494949. Windows color (decimal): -7261695 or 78481. OLE color: 78481.
HSL color Cylindrical-coordinate representation of color #913201: hue angle of 20.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #913201 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.43 |
| HSL | 20.42º | 0.99% | 0.29% | - |
| HSV(B) | 20.42º | 0.99% | 0.57% | - |
| XYZ | 12.82 | 8.3 | 0.96 | - |
| YUV | 72.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 1 | 0 | 0.66 | 0.99 | 0.43 | 20.42 | 0.99 | 0.29 |
| Hex | 91 | 32 | 1 | 0 | 42 | 63 | 2B | 14 | 63 | 1D |
| Octal | 221 | 62 | 1 | 0 | 102 | 143 | 53 | 24 | 143 | 35 |
| Binary | 10010001 | 110010 | 1 | 0 | 1000010 | 1100011 | 101011 | 10100 | 1100011 | 11101 |
Color Harmonies of #913201
Complementary color
Monochromatic Colors of #913201
Black with #913201
Text Example
Text Example
White with #913201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913201; }
p { color: rgb(145,50,1); }
H1.HeaderClassName
{
color: #913201;
}
.AnyTagClassName
{
color: #913201;
}
</style>
background-color css
<style>
a { background-color: #913201; }
a { background-color: rgb(145,50,1); }
div.DivClassName
{
background-color: #913201;
}
.BgClassName
{
background-color: #913201;
}
</style>
border-color css
<style>
span { border-color: #913201; }
span { border-color: rgb(145,50,1); }
td.TdClassName
{
border-color: #913201;
}
.TagClassName
{
border-color: #913201;
}
</style>