Shades of Saddle Brown #914908
Tints of Saddle Brown #914908
RGB
CMYK
RGB Variations
Color information
#914908 (or 0x914908) is known color: Saddle Brown. HEX triplet: 91, 49 and 08. RGB value is (145,73,8). Sum of RGB (Red+Green+Blue) = 145+73+8=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #914908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914908 is #6EB6F7. Grayscale: #575757. Windows color (decimal): -7255800 or 543121. OLE color: 543121.
HSL color Cylindrical-coordinate representation of color #914908: hue angle of 28.47º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #914908 is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 8 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.43 |
| HSL | 28.47º | 0.9% | 0.3% | - |
| HSV(B) | 28.47º | 0.94% | 0.57% | - |
| XYZ | 14.1 | 10.8 | 1.57 | - |
| YUV | 87.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 8 | 0 | 0.50 | 0.94 | 0.43 | 28.47 | 0.9 | 0.3 |
| Hex | 91 | 49 | 8 | 0 | 32 | 5E | 2B | 1C | 5A | 1E |
| Octal | 221 | 111 | 10 | 0 | 62 | 136 | 53 | 34 | 132 | 36 |
| Binary | 10010001 | 1001001 | 1000 | 0 | 110010 | 1011110 | 101011 | 11100 | 1011010 | 11110 |
Color Harmonies of #914908
Complementary color
Monochromatic Colors of #914908
Black with #914908
Text Example
Text Example
White with #914908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914908; }
p { color: rgb(145,73,8); }
H1.HeaderClassName
{
color: #914908;
}
.AnyTagClassName
{
color: #914908;
}
</style>
background-color css
<style>
a { background-color: #914908; }
a { background-color: rgb(145,73,8); }
div.DivClassName
{
background-color: #914908;
}
.BgClassName
{
background-color: #914908;
}
</style>
border-color css
<style>
span { border-color: #914908; }
span { border-color: rgb(145,73,8); }
td.TdClassName
{
border-color: #914908;
}
.TagClassName
{
border-color: #914908;
}
</style>