Shades of Saddle Brown #904902
Tints of Saddle Brown #904902
RGB
CMYK
RGB Variations
Color information
#904902 (or 0x904902) is known color: Saddle Brown. HEX triplet: 90, 49 and 02. RGB value is (144,73,2). Sum of RGB (Red+Green+Blue) = 144+73+2=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #904902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904902 is #6FB6FD. Grayscale: #565656. Windows color (decimal): -7321342 or 149904. OLE color: 149904.
HSL color Cylindrical-coordinate representation of color #904902: hue angle of 30º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #904902 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.44 |
| HSL | 30º | 0.97% | 0.29% | - |
| HSV(B) | 30º | 0.99% | 0.56% | - |
| XYZ | 13.9 | 10.7 | 1.39 | - |
| YUV | 86.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 2 | 0 | 0.49 | 0.99 | 0.44 | 30 | 0.97 | 0.29 |
| Hex | 90 | 49 | 2 | 0 | 31 | 63 | 2C | 1E | 61 | 1D |
| Octal | 220 | 111 | 2 | 0 | 61 | 143 | 54 | 36 | 141 | 35 |
| Binary | 10010000 | 1001001 | 10 | 0 | 110001 | 1100011 | 101100 | 11110 | 1100001 | 11101 |
Color Harmonies of #904902
Complementary color
Monochromatic Colors of #904902
Black with #904902
Text Example
Text Example
White with #904902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904902; }
p { color: rgb(144,73,2); }
H1.HeaderClassName
{
color: #904902;
}
.AnyTagClassName
{
color: #904902;
}
</style>
background-color css
<style>
a { background-color: #904902; }
a { background-color: rgb(144,73,2); }
div.DivClassName
{
background-color: #904902;
}
.BgClassName
{
background-color: #904902;
}
</style>
border-color css
<style>
span { border-color: #904902; }
span { border-color: rgb(144,73,2); }
td.TdClassName
{
border-color: #904902;
}
.TagClassName
{
border-color: #904902;
}
</style>