Shades of Saddle Brown #913C14
Tints of Saddle Brown #913C14
RGB
CMYK
RGB Variations
Color information
#913C14 (or 0x913C14) is known color: Saddle Brown. HEX triplet: 91, 3C and 14. RGB value is (145,60,20). Sum of RGB (Red+Green+Blue) = 145+60+20=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #913C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913C14 is #6EC3EB. Grayscale: #515151. Windows color (decimal): -7259116 or 1326225. OLE color: 1326225.
HSL color Cylindrical-coordinate representation of color #913C14: hue angle of 19.2º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #913C14 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 20 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.43 |
| HSL | 19.2º | 0.76% | 0.32% | - |
| HSV(B) | 19.2º | 0.86% | 0.57% | - |
| XYZ | 13.42 | 9.3 | 1.75 | - |
| YUV | 80.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 20 | 0 | 0.59 | 0.86 | 0.43 | 19.2 | 0.76 | 0.32 |
| Hex | 91 | 3C | 14 | 0 | 3B | 56 | 2B | 13 | 4C | 20 |
| Octal | 221 | 74 | 24 | 0 | 73 | 126 | 53 | 23 | 114 | 40 |
| Binary | 10010001 | 111100 | 10100 | 0 | 111011 | 1010110 | 101011 | 10011 | 1001100 | 100000 |
Color Harmonies of #913C14
Complementary color
Monochromatic Colors of #913C14
Black with #913C14
Text Example
Text Example
White with #913C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C14; }
p { color: rgb(145,60,20); }
H1.HeaderClassName
{
color: #913C14;
}
.AnyTagClassName
{
color: #913C14;
}
</style>
background-color css
<style>
a { background-color: #913C14; }
a { background-color: rgb(145,60,20); }
div.DivClassName
{
background-color: #913C14;
}
.BgClassName
{
background-color: #913C14;
}
</style>
border-color css
<style>
span { border-color: #913C14; }
span { border-color: rgb(145,60,20); }
td.TdClassName
{
border-color: #913C14;
}
.TagClassName
{
border-color: #913C14;
}
</style>