Shades of Saddle Brown #913802
Tints of Saddle Brown #913802
RGB
CMYK
RGB Variations
Color information
#913802 (or 0x913802) is known color: Saddle Brown. HEX triplet: 91, 38 and 02. RGB value is (145,56,2). Sum of RGB (Red+Green+Blue) = 145+56+2=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #913802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913802 is #6EC7FD. Grayscale: #4C4C4C. Windows color (decimal): -7260158 or 145553. OLE color: 145553.
HSL color Cylindrical-coordinate representation of color #913802: hue angle of 22.66º degrees, saturation: 0.97, 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 #913802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.43 |
| HSL | 22.66º | 0.97% | 0.29% | - |
| HSV(B) | 22.66º | 0.99% | 0.57% | - |
| XYZ | 13.1 | 8.85 | 1.08 | - |
| YUV | 76.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 2 | 0 | 0.61 | 0.99 | 0.43 | 22.66 | 0.97 | 0.29 |
| Hex | 91 | 38 | 2 | 0 | 3D | 63 | 2B | 17 | 61 | 1D |
| Octal | 221 | 70 | 2 | 0 | 75 | 143 | 53 | 27 | 141 | 35 |
| Binary | 10010001 | 111000 | 10 | 0 | 111101 | 1100011 | 101011 | 10111 | 1100001 | 11101 |
Color Harmonies of #913802
Complementary color
Monochromatic Colors of #913802
Black with #913802
Text Example
Text Example
White with #913802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913802; }
p { color: rgb(145,56,2); }
H1.HeaderClassName
{
color: #913802;
}
.AnyTagClassName
{
color: #913802;
}
</style>
background-color css
<style>
a { background-color: #913802; }
a { background-color: rgb(145,56,2); }
div.DivClassName
{
background-color: #913802;
}
.BgClassName
{
background-color: #913802;
}
</style>
border-color css
<style>
span { border-color: #913802; }
span { border-color: rgb(145,56,2); }
td.TdClassName
{
border-color: #913802;
}
.TagClassName
{
border-color: #913802;
}
</style>