Shades of Saddle Brown #914012
Tints of Saddle Brown #914012
RGB
CMYK
RGB Variations
Color information
#914012 (or 0x914012) is known color: Saddle Brown. HEX triplet: 91, 40 and 12. RGB value is (145,64,18). Sum of RGB (Red+Green+Blue) = 145+64+18=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #914012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914012 is #6EBFED. Grayscale: #535353. Windows color (decimal): -7258094 or 1196177. OLE color: 1196177.
HSL color Cylindrical-coordinate representation of color #914012: hue angle of 21.73º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #914012 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 64 | 18 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.43 |
| HSL | 21.73º | 0.78% | 0.32% | - |
| HSV(B) | 21.73º | 0.88% | 0.57% | - |
| XYZ | 13.62 | 9.73 | 1.73 | - |
| YUV | 82.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 18 | 0 | 0.56 | 0.88 | 0.43 | 21.73 | 0.78 | 0.32 |
| Hex | 91 | 40 | 12 | 0 | 38 | 58 | 2B | 16 | 4E | 20 |
| Octal | 221 | 100 | 22 | 0 | 70 | 130 | 53 | 26 | 116 | 40 |
| Binary | 10010001 | 1000000 | 10010 | 0 | 111000 | 1011000 | 101011 | 10110 | 1001110 | 100000 |
Color Harmonies of #914012
Complementary color
Monochromatic Colors of #914012
Black with #914012
Text Example
Text Example
White with #914012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914012; }
p { color: rgb(145,64,18); }
H1.HeaderClassName
{
color: #914012;
}
.AnyTagClassName
{
color: #914012;
}
</style>
background-color css
<style>
a { background-color: #914012; }
a { background-color: rgb(145,64,18); }
div.DivClassName
{
background-color: #914012;
}
.BgClassName
{
background-color: #914012;
}
</style>
border-color css
<style>
span { border-color: #914012; }
span { border-color: rgb(145,64,18); }
td.TdClassName
{
border-color: #914012;
}
.TagClassName
{
border-color: #914012;
}
</style>