Shades of Saddle Brown #914902
Tints of Saddle Brown #914902
RGB
CMYK
RGB Variations
Color information
#914902 (or 0x914902) is known color: Saddle Brown. HEX triplet: 91, 49 and 02. RGB value is (145,73,2). Sum of RGB (Red+Green+Blue) = 145+73+2=220 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 145 - color contains mainly: red. Hex color #914902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914902 is #6EB6FD. Grayscale: #565656. Windows color (decimal): -7255806 or 149905. OLE color: 149905.
HSL color Cylindrical-coordinate representation of color #914902: hue angle of 29.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #914902 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.43 |
| HSL | 29.79º | 0.97% | 0.29% | - |
| HSV(B) | 29.79º | 0.99% | 0.57% | - |
| XYZ | 14.07 | 10.79 | 1.4 | - |
| YUV | 86.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 2 | 0 | 0.50 | 0.99 | 0.43 | 29.79 | 0.97 | 0.29 |
| Hex | 91 | 49 | 2 | 0 | 32 | 63 | 2B | 1E | 61 | 1D |
| Octal | 221 | 111 | 2 | 0 | 62 | 143 | 53 | 36 | 141 | 35 |
| Binary | 10010001 | 1001001 | 10 | 0 | 110010 | 1100011 | 101011 | 11110 | 1100001 | 11101 |
Color Harmonies of #914902
Complementary color
Monochromatic Colors of #914902
Black with #914902
Text Example
Text Example
White with #914902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914902; }
p { color: rgb(145,73,2); }
H1.HeaderClassName
{
color: #914902;
}
.AnyTagClassName
{
color: #914902;
}
</style>
background-color css
<style>
a { background-color: #914902; }
a { background-color: rgb(145,73,2); }
div.DivClassName
{
background-color: #914902;
}
.BgClassName
{
background-color: #914902;
}
</style>
border-color css
<style>
span { border-color: #914902; }
span { border-color: rgb(145,73,2); }
td.TdClassName
{
border-color: #914902;
}
.TagClassName
{
border-color: #914902;
}
</style>