Shades of Saddle Brown #914519
Tints of Saddle Brown #914519
RGB
CMYK
RGB Variations
Color information
#914519 (or 0x914519) is known color: Saddle Brown. HEX triplet: 91, 45 and 19. RGB value is (145,69,25). Sum of RGB (Red+Green+Blue) = 145+69+25=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #914519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914519 is #6EBAE6. Grayscale: #565656. Windows color (decimal): -7256807 or 1656209. OLE color: 1656209.
HSL color Cylindrical-coordinate representation of color #914519: hue angle of 22º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #914519 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 69 | 25 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.43 |
| HSL | 22º | 0.71% | 0.33% | - |
| HSV(B) | 22º | 0.83% | 0.57% | - |
| XYZ | 13.98 | 10.35 | 2.18 | - |
| YUV | 86.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 69 | 25 | 0 | 0.52 | 0.83 | 0.43 | 22 | 0.71 | 0.33 |
| Hex | 91 | 45 | 19 | 0 | 34 | 53 | 2B | 16 | 47 | 21 |
| Octal | 221 | 105 | 31 | 0 | 64 | 123 | 53 | 26 | 107 | 41 |
| Binary | 10010001 | 1000101 | 11001 | 0 | 110100 | 1010011 | 101011 | 10110 | 1000111 | 100001 |
Color Harmonies of #914519
Complementary color
Monochromatic Colors of #914519
Black with #914519
Text Example
Text Example
White with #914519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914519; }
p { color: rgb(145,69,25); }
H1.HeaderClassName
{
color: #914519;
}
.AnyTagClassName
{
color: #914519;
}
</style>
background-color css
<style>
a { background-color: #914519; }
a { background-color: rgb(145,69,25); }
div.DivClassName
{
background-color: #914519;
}
.BgClassName
{
background-color: #914519;
}
</style>
border-color css
<style>
span { border-color: #914519; }
span { border-color: rgb(145,69,25); }
td.TdClassName
{
border-color: #914519;
}
.TagClassName
{
border-color: #914519;
}
</style>