Shades of Saddle Brown #904A0E
Tints of Saddle Brown #904A0E
RGB
CMYK
RGB Variations
Color information
#904A0E (or 0x904A0E) is known color: Saddle Brown. HEX triplet: 90, 4A and 0E. RGB value is (144,74,14). Sum of RGB (Red+Green+Blue) = 144+74+14=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #904A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904A0E is #6FB5F1. Grayscale: #585858. Windows color (decimal): -7321074 or 936592. OLE color: 936592.
HSL color Cylindrical-coordinate representation of color #904A0E: hue angle of 27.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #904A0E is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 14 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.44 |
| HSL | 27.69º | 0.82% | 0.31% | - |
| HSV(B) | 27.69º | 0.9% | 0.56% | - |
| XYZ | 14.03 | 10.86 | 1.77 | - |
| YUV | 88.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 14 | 0 | 0.49 | 0.90 | 0.44 | 27.69 | 0.82 | 0.31 |
| Hex | 90 | 4A | E | 0 | 31 | 5A | 2C | 1C | 52 | 1F |
| Octal | 220 | 112 | 16 | 0 | 61 | 132 | 54 | 34 | 122 | 37 |
| Binary | 10010000 | 1001010 | 1110 | 0 | 110001 | 1011010 | 101100 | 11100 | 1010010 | 11111 |
Color Harmonies of #904A0E
Complementary color
Monochromatic Colors of #904A0E
Black with #904A0E
Text Example
Text Example
White with #904A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A0E; }
p { color: rgb(144,74,14); }
H1.HeaderClassName
{
color: #904A0E;
}
.AnyTagClassName
{
color: #904A0E;
}
</style>
background-color css
<style>
a { background-color: #904A0E; }
a { background-color: rgb(144,74,14); }
div.DivClassName
{
background-color: #904A0E;
}
.BgClassName
{
background-color: #904A0E;
}
</style>
border-color css
<style>
span { border-color: #904A0E; }
span { border-color: rgb(144,74,14); }
td.TdClassName
{
border-color: #904A0E;
}
.TagClassName
{
border-color: #904A0E;
}
</style>