Shades of Saddle Brown #914512
Tints of Saddle Brown #914512
RGB
CMYK
RGB Variations
Color information
#914512 (or 0x914512) is known color: Saddle Brown. HEX triplet: 91, 45 and 12. RGB value is (145,69,18). Sum of RGB (Red+Green+Blue) = 145+69+18=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #914512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914512 is #6EBAED. Grayscale: #565656. Windows color (decimal): -7256814 or 1197457. OLE color: 1197457.
HSL color Cylindrical-coordinate representation of color #914512: hue angle of 24.09º 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 #914512 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 18 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.43 |
| HSL | 24.09º | 0.78% | 0.32% | - |
| HSV(B) | 24.09º | 0.88% | 0.57% | - |
| XYZ | 13.91 | 10.32 | 1.83 | - |
| YUV | 85.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 18 | 0 | 0.52 | 0.88 | 0.43 | 24.09 | 0.78 | 0.32 |
| Hex | 91 | 45 | 12 | 0 | 34 | 58 | 2B | 18 | 4E | 20 |
| Octal | 221 | 105 | 22 | 0 | 64 | 130 | 53 | 30 | 116 | 40 |
| Binary | 10010001 | 1000101 | 10010 | 0 | 110100 | 1011000 | 101011 | 11000 | 1001110 | 100000 |
Color Harmonies of #914512
Complementary color
Monochromatic Colors of #914512
Black with #914512
Text Example
Text Example
White with #914512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914512; }
p { color: rgb(145,69,18); }
H1.HeaderClassName
{
color: #914512;
}
.AnyTagClassName
{
color: #914512;
}
</style>
background-color css
<style>
a { background-color: #914512; }
a { background-color: rgb(145,69,18); }
div.DivClassName
{
background-color: #914512;
}
.BgClassName
{
background-color: #914512;
}
</style>
border-color css
<style>
span { border-color: #914512; }
span { border-color: rgb(145,69,18); }
td.TdClassName
{
border-color: #914512;
}
.TagClassName
{
border-color: #914512;
}
</style>