Shades of Saddle Brown #904607
Tints of Saddle Brown #904607
RGB
CMYK
RGB Variations
Color information
#904607 (or 0x904607) is known color: Saddle Brown. HEX triplet: 90, 46 and 07. RGB value is (144,70,7). Sum of RGB (Red+Green+Blue) = 144+70+7=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #904607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904607 is #6FB9F8. Grayscale: #555555. Windows color (decimal): -7322105 or 476816. OLE color: 476816.
HSL color Cylindrical-coordinate representation of color #904607: hue angle of 27.59º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #904607 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 7 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.44 |
| HSL | 27.59º | 0.91% | 0.3% | - |
| HSV(B) | 27.59º | 0.95% | 0.56% | - |
| XYZ | 13.73 | 10.32 | 1.47 | - |
| YUV | 84.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 7 | 0 | 0.51 | 0.95 | 0.44 | 27.59 | 0.91 | 0.3 |
| Hex | 90 | 46 | 7 | 0 | 33 | 5F | 2C | 1C | 5B | 1E |
| Octal | 220 | 106 | 7 | 0 | 63 | 137 | 54 | 34 | 133 | 36 |
| Binary | 10010000 | 1000110 | 111 | 0 | 110011 | 1011111 | 101100 | 11100 | 1011011 | 11110 |
Color Harmonies of #904607
Complementary color
Monochromatic Colors of #904607
Black with #904607
Text Example
Text Example
White with #904607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904607; }
p { color: rgb(144,70,7); }
H1.HeaderClassName
{
color: #904607;
}
.AnyTagClassName
{
color: #904607;
}
</style>
background-color css
<style>
a { background-color: #904607; }
a { background-color: rgb(144,70,7); }
div.DivClassName
{
background-color: #904607;
}
.BgClassName
{
background-color: #904607;
}
</style>
border-color css
<style>
span { border-color: #904607; }
span { border-color: rgb(144,70,7); }
td.TdClassName
{
border-color: #904607;
}
.TagClassName
{
border-color: #904607;
}
</style>