Shades of Saddle Brown #913A00
Tints of Saddle Brown #913A00
RGB
CMYK
RGB Variations
Color information
#913A00 (or 0x913A00) is known color: Saddle Brown. HEX triplet: 91, 3A and 00. RGB value is (145,58,0). Sum of RGB (Red+Green+Blue) = 145+58+0=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #913A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913A00 is #6EC5FF. Grayscale: #4D4D4D. Windows color (decimal): -7259648 or 14993. OLE color: 14993.
HSL color Cylindrical-coordinate representation of color #913A00: hue angle of 24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #913A00 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 0 | - |
| CMYK | 0 | 0.6 | 1 | 0.43 |
| HSL | 24º | 1% | 0.28% | - |
| HSV(B) | 24º | 1% | 0.57% | - |
| XYZ | 13.19 | 9.05 | 1.05 | - |
| YUV | 77.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 0 | 0 | 0.6 | 1 | 0.43 | 24 | 1 | 0.28 |
| Hex | 91 | 3A | 0 | 0 | 3C | 64 | 2B | 18 | 64 | 1C |
| Octal | 221 | 72 | 0 | 0 | 74 | 144 | 53 | 30 | 144 | 34 |
| Binary | 10010001 | 111010 | 0 | 0 | 111100 | 1100100 | 101011 | 11000 | 1100100 | 11100 |
Color Harmonies of #913A00
Complementary color
Monochromatic Colors of #913A00
Black with #913A00
Text Example
Text Example
White with #913A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A00; }
p { color: rgb(145,58,0); }
H1.HeaderClassName
{
color: #913A00;
}
.AnyTagClassName
{
color: #913A00;
}
</style>
background-color css
<style>
a { background-color: #913A00; }
a { background-color: rgb(145,58,0); }
div.DivClassName
{
background-color: #913A00;
}
.BgClassName
{
background-color: #913A00;
}
</style>
border-color css
<style>
span { border-color: #913A00; }
span { border-color: rgb(145,58,0); }
td.TdClassName
{
border-color: #913A00;
}
.TagClassName
{
border-color: #913A00;
}
</style>