Shades of Saddle Brown #904710
Tints of Saddle Brown #904710
RGB
CMYK
RGB Variations
Color information
#904710 (or 0x904710) is known color: Saddle Brown. HEX triplet: 90, 47 and 10. RGB value is (144,71,16). Sum of RGB (Red+Green+Blue) = 144+71+16=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #904710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904710 is #6FB8EF. Grayscale: #565656. Windows color (decimal): -7321840 or 1066896. OLE color: 1066896.
HSL color Cylindrical-coordinate representation of color #904710: hue angle of 25.78º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #904710 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 16 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.44 |
| HSL | 25.78º | 0.8% | 0.31% | - |
| HSV(B) | 25.78º | 0.89% | 0.56% | - |
| XYZ | 13.85 | 10.47 | 1.78 | - |
| YUV | 86.56 | 88.18 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 16 | 0 | 0.51 | 0.89 | 0.44 | 25.78 | 0.8 | 0.31 |
| Hex | 90 | 47 | 10 | 0 | 33 | 59 | 2C | 1A | 50 | 1F |
| Octal | 220 | 107 | 20 | 0 | 63 | 131 | 54 | 32 | 120 | 37 |
| Binary | 10010000 | 1000111 | 10000 | 0 | 110011 | 1011001 | 101100 | 11010 | 1010000 | 11111 |
Color Harmonies of #904710
Complementary color
Monochromatic Colors of #904710
Black with #904710
Text Example
Text Example
White with #904710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904710; }
p { color: rgb(144,71,16); }
H1.HeaderClassName
{
color: #904710;
}
.AnyTagClassName
{
color: #904710;
}
</style>
background-color css
<style>
a { background-color: #904710; }
a { background-color: rgb(144,71,16); }
div.DivClassName
{
background-color: #904710;
}
.BgClassName
{
background-color: #904710;
}
</style>
border-color css
<style>
span { border-color: #904710; }
span { border-color: rgb(144,71,16); }
td.TdClassName
{
border-color: #904710;
}
.TagClassName
{
border-color: #904710;
}
</style>