Shades of Saddle Brown #904702
Tints of Saddle Brown #904702
RGB
CMYK
RGB Variations
Color information
#904702 (or 0x904702) is known color: Saddle Brown. HEX triplet: 90, 47 and 02. RGB value is (144,71,2). Sum of RGB (Red+Green+Blue) = 144+71+2=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #904702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904702 is #6FB8FD. Grayscale: #555555. Windows color (decimal): -7321854 or 149392. OLE color: 149392.
HSL color Cylindrical-coordinate representation of color #904702: hue angle of 29.15º 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 #904702 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.44 |
| HSL | 29.15º | 0.97% | 0.29% | - |
| HSV(B) | 29.15º | 0.99% | 0.56% | - |
| XYZ | 13.77 | 10.44 | 1.35 | - |
| YUV | 84.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 2 | 0 | 0.51 | 0.99 | 0.44 | 29.15 | 0.97 | 0.29 |
| Hex | 90 | 47 | 2 | 0 | 33 | 63 | 2C | 1D | 61 | 1D |
| Octal | 220 | 107 | 2 | 0 | 63 | 143 | 54 | 35 | 141 | 35 |
| Binary | 10010000 | 1000111 | 10 | 0 | 110011 | 1100011 | 101100 | 11101 | 1100001 | 11101 |
Color Harmonies of #904702
Complementary color
Monochromatic Colors of #904702
Black with #904702
Text Example
Text Example
White with #904702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904702; }
p { color: rgb(144,71,2); }
H1.HeaderClassName
{
color: #904702;
}
.AnyTagClassName
{
color: #904702;
}
</style>
background-color css
<style>
a { background-color: #904702; }
a { background-color: rgb(144,71,2); }
div.DivClassName
{
background-color: #904702;
}
.BgClassName
{
background-color: #904702;
}
</style>
border-color css
<style>
span { border-color: #904702; }
span { border-color: rgb(144,71,2); }
td.TdClassName
{
border-color: #904702;
}
.TagClassName
{
border-color: #904702;
}
</style>