Shades of Saddle Brown #914912
Tints of Saddle Brown #914912
RGB
CMYK
RGB Variations
Color information
#914912 (or 0x914912) is known color: Saddle Brown. HEX triplet: 91, 49 and 12. RGB value is (145,73,18). Sum of RGB (Red+Green+Blue) = 145+73+18=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #914912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914912 is #6EB6ED. Grayscale: #585858. Windows color (decimal): -7255790 or 1198481. OLE color: 1198481.
HSL color Cylindrical-coordinate representation of color #914912: hue angle of 25.98º 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 #914912 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 18 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.43 |
| HSL | 25.98º | 0.78% | 0.32% | - |
| HSV(B) | 25.98º | 0.88% | 0.57% | - |
| XYZ | 14.17 | 10.83 | 1.92 | - |
| YUV | 88.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 18 | 0 | 0.50 | 0.88 | 0.43 | 25.98 | 0.78 | 0.32 |
| Hex | 91 | 49 | 12 | 0 | 32 | 58 | 2B | 1A | 4E | 20 |
| Octal | 221 | 111 | 22 | 0 | 62 | 130 | 53 | 32 | 116 | 40 |
| Binary | 10010001 | 1001001 | 10010 | 0 | 110010 | 1011000 | 101011 | 11010 | 1001110 | 100000 |
Color Harmonies of #914912
Complementary color
Monochromatic Colors of #914912
Black with #914912
Text Example
Text Example
White with #914912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914912; }
p { color: rgb(145,73,18); }
H1.HeaderClassName
{
color: #914912;
}
.AnyTagClassName
{
color: #914912;
}
</style>
background-color css
<style>
a { background-color: #914912; }
a { background-color: rgb(145,73,18); }
div.DivClassName
{
background-color: #914912;
}
.BgClassName
{
background-color: #914912;
}
</style>
border-color css
<style>
span { border-color: #914912; }
span { border-color: rgb(145,73,18); }
td.TdClassName
{
border-color: #914912;
}
.TagClassName
{
border-color: #914912;
}
</style>