Shades of Saddle Brown #904608
Tints of Saddle Brown #904608
RGB
CMYK
RGB Variations
Color information
#904608 (or 0x904608) is known color: Saddle Brown. HEX triplet: 90, 46 and 08. RGB value is (144,70,8). Sum of RGB (Red+Green+Blue) = 144+70+8=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #904608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904608 is #6FB9F7. Grayscale: #555555. Windows color (decimal): -7322104 or 542352. OLE color: 542352.
HSL color Cylindrical-coordinate representation of color #904608: hue angle of 27.35º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #904608 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 8 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.44 |
| HSL | 27.35º | 0.89% | 0.3% | - |
| HSV(B) | 27.35º | 0.94% | 0.56% | - |
| XYZ | 13.74 | 10.33 | 1.5 | - |
| YUV | 85.06 | 84.52 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 8 | 0 | 0.51 | 0.94 | 0.44 | 27.35 | 0.89 | 0.3 |
| Hex | 90 | 46 | 8 | 0 | 33 | 5E | 2C | 1B | 59 | 1E |
| Octal | 220 | 106 | 10 | 0 | 63 | 136 | 54 | 33 | 131 | 36 |
| Binary | 10010000 | 1000110 | 1000 | 0 | 110011 | 1011110 | 101100 | 11011 | 1011001 | 11110 |
Color Harmonies of #904608
Complementary color
Monochromatic Colors of #904608
Black with #904608
Text Example
Text Example
White with #904608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904608; }
p { color: rgb(144,70,8); }
H1.HeaderClassName
{
color: #904608;
}
.AnyTagClassName
{
color: #904608;
}
</style>
background-color css
<style>
a { background-color: #904608; }
a { background-color: rgb(144,70,8); }
div.DivClassName
{
background-color: #904608;
}
.BgClassName
{
background-color: #904608;
}
</style>
border-color css
<style>
span { border-color: #904608; }
span { border-color: rgb(144,70,8); }
td.TdClassName
{
border-color: #904608;
}
.TagClassName
{
border-color: #904608;
}
</style>