Shades of Saddle Brown #913C0E
Tints of Saddle Brown #913C0E
RGB
CMYK
RGB Variations
Color information
#913C0E (or 0x913C0E) is known color: Saddle Brown. HEX triplet: 91, 3C and 0E. RGB value is (145,60,14). Sum of RGB (Red+Green+Blue) = 145+60+14=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #913C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913C0E is #6EC3F1. Grayscale: #505050. Windows color (decimal): -7259122 or 933009. OLE color: 933009.
HSL color Cylindrical-coordinate representation of color #913C0E: hue angle of 21.07º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #913C0E is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 60 | 14 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.43 |
| HSL | 21.07º | 0.82% | 0.31% | - |
| HSV(B) | 21.07º | 0.9% | 0.57% | - |
| XYZ | 13.37 | 9.28 | 1.5 | - |
| YUV | 80.17 | 90.66 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 14 | 0 | 0.59 | 0.90 | 0.43 | 21.07 | 0.82 | 0.31 |
| Hex | 91 | 3C | E | 0 | 3B | 5A | 2B | 15 | 52 | 1F |
| Octal | 221 | 74 | 16 | 0 | 73 | 132 | 53 | 25 | 122 | 37 |
| Binary | 10010001 | 111100 | 1110 | 0 | 111011 | 1011010 | 101011 | 10101 | 1010010 | 11111 |
Color Harmonies of #913C0E
Complementary color
Monochromatic Colors of #913C0E
Black with #913C0E
Text Example
Text Example
White with #913C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913C0E; }
p { color: rgb(145,60,14); }
H1.HeaderClassName
{
color: #913C0E;
}
.AnyTagClassName
{
color: #913C0E;
}
</style>
background-color css
<style>
a { background-color: #913C0E; }
a { background-color: rgb(145,60,14); }
div.DivClassName
{
background-color: #913C0E;
}
.BgClassName
{
background-color: #913C0E;
}
</style>
border-color css
<style>
span { border-color: #913C0E; }
span { border-color: rgb(145,60,14); }
td.TdClassName
{
border-color: #913C0E;
}
.TagClassName
{
border-color: #913C0E;
}
</style>