Shades of Saddle Brown #914219
Tints of Saddle Brown #914219
RGB
CMYK
RGB Variations
Color information
#914219 (or 0x914219) is known color: Saddle Brown. HEX triplet: 91, 42 and 19. RGB value is (145,66,25). Sum of RGB (Red+Green+Blue) = 145+66+25=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #914219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914219 is #6EBDE6. Grayscale: #555555. Windows color (decimal): -7257575 or 1655441. OLE color: 1655441.
HSL color Cylindrical-coordinate representation of color #914219: hue angle of 20.5º 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 #914219 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 25 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.43 |
| HSL | 20.5º | 0.71% | 0.33% | - |
| HSV(B) | 20.5º | 0.83% | 0.57% | - |
| XYZ | 13.8 | 9.99 | 2.12 | - |
| YUV | 84.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 25 | 0 | 0.54 | 0.83 | 0.43 | 20.5 | 0.71 | 0.33 |
| Hex | 91 | 42 | 19 | 0 | 36 | 53 | 2B | 14 | 47 | 21 |
| Octal | 221 | 102 | 31 | 0 | 66 | 123 | 53 | 24 | 107 | 41 |
| Binary | 10010001 | 1000010 | 11001 | 0 | 110110 | 1010011 | 101011 | 10100 | 1000111 | 100001 |
Color Harmonies of #914219
Complementary color
Monochromatic Colors of #914219
Black with #914219
Text Example
Text Example
White with #914219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914219; }
p { color: rgb(145,66,25); }
H1.HeaderClassName
{
color: #914219;
}
.AnyTagClassName
{
color: #914219;
}
</style>
background-color css
<style>
a { background-color: #914219; }
a { background-color: rgb(145,66,25); }
div.DivClassName
{
background-color: #914219;
}
.BgClassName
{
background-color: #914219;
}
</style>
border-color css
<style>
span { border-color: #914219; }
span { border-color: rgb(145,66,25); }
td.TdClassName
{
border-color: #914219;
}
.TagClassName
{
border-color: #914219;
}
</style>