Shades of Saddle Brown #904502
Tints of Saddle Brown #904502
RGB
CMYK
RGB Variations
Color information
#904502 (or 0x904502) is known color: Saddle Brown. HEX triplet: 90, 45 and 02. RGB value is (144,69,2). Sum of RGB (Red+Green+Blue) = 144+69+2=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #904502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904502 is #6FBAFD. Grayscale: #545454. Windows color (decimal): -7322366 or 148880. OLE color: 148880.
HSL color Cylindrical-coordinate representation of color #904502: hue angle of 28.31º 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 #904502 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 69 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.44 |
| HSL | 28.31º | 0.97% | 0.29% | - |
| HSV(B) | 28.31º | 0.99% | 0.56% | - |
| XYZ | 13.64 | 10.19 | 1.31 | - |
| YUV | 83.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 69 | 2 | 0 | 0.52 | 0.99 | 0.44 | 28.31 | 0.97 | 0.29 |
| Hex | 90 | 45 | 2 | 0 | 34 | 63 | 2C | 1C | 61 | 1D |
| Octal | 220 | 105 | 2 | 0 | 64 | 143 | 54 | 34 | 141 | 35 |
| Binary | 10010000 | 1000101 | 10 | 0 | 110100 | 1100011 | 101100 | 11100 | 1100001 | 11101 |
Color Harmonies of #904502
Complementary color
Monochromatic Colors of #904502
Black with #904502
Text Example
Text Example
White with #904502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904502; }
p { color: rgb(144,69,2); }
H1.HeaderClassName
{
color: #904502;
}
.AnyTagClassName
{
color: #904502;
}
</style>
background-color css
<style>
a { background-color: #904502; }
a { background-color: rgb(144,69,2); }
div.DivClassName
{
background-color: #904502;
}
.BgClassName
{
background-color: #904502;
}
</style>
border-color css
<style>
span { border-color: #904502; }
span { border-color: rgb(144,69,2); }
td.TdClassName
{
border-color: #904502;
}
.TagClassName
{
border-color: #904502;
}
</style>