Shades of Saddle Brown #914819
Tints of Saddle Brown #914819
RGB
CMYK
RGB Variations
Color information
#914819 (or 0x914819) is known color: Saddle Brown. HEX triplet: 91, 48 and 19. RGB value is (145,72,25). Sum of RGB (Red+Green+Blue) = 145+72+25=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #914819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914819 is #6EB7E6. Grayscale: #585858. Windows color (decimal): -7256039 or 1656977. OLE color: 1656977.
HSL color Cylindrical-coordinate representation of color #914819: hue angle of 23.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 #914819 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 72 | 25 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.43 |
| HSL | 23.5º | 0.71% | 0.33% | - |
| HSV(B) | 23.5º | 0.83% | 0.57% | - |
| XYZ | 14.17 | 10.72 | 2.24 | - |
| YUV | 88.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 25 | 0 | 0.50 | 0.83 | 0.43 | 23.5 | 0.71 | 0.33 |
| Hex | 91 | 48 | 19 | 0 | 32 | 53 | 2B | 18 | 47 | 21 |
| Octal | 221 | 110 | 31 | 0 | 62 | 123 | 53 | 30 | 107 | 41 |
| Binary | 10010001 | 1001000 | 11001 | 0 | 110010 | 1010011 | 101011 | 11000 | 1000111 | 100001 |
Color Harmonies of #914819
Complementary color
Monochromatic Colors of #914819
Black with #914819
Text Example
Text Example
White with #914819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914819; }
p { color: rgb(145,72,25); }
H1.HeaderClassName
{
color: #914819;
}
.AnyTagClassName
{
color: #914819;
}
</style>
background-color css
<style>
a { background-color: #914819; }
a { background-color: rgb(145,72,25); }
div.DivClassName
{
background-color: #914819;
}
.BgClassName
{
background-color: #914819;
}
</style>
border-color css
<style>
span { border-color: #914819; }
span { border-color: rgb(145,72,25); }
td.TdClassName
{
border-color: #914819;
}
.TagClassName
{
border-color: #914819;
}
</style>