Shades of Saddle Brown #904A1D
Tints of Saddle Brown #904A1D
RGB
CMYK
RGB Variations
Color information
#904A1D (or 0x904A1D) is known color: Saddle Brown. HEX triplet: 90, 4A and 1D. RGB value is (144,74,29). Sum of RGB (Red+Green+Blue) = 144+74+29=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #904A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A1D is #6FB5E2. Grayscale: #5A5A5A. Windows color (decimal): -7321059 or 1919632. OLE color: 1919632.
HSL color Cylindrical-coordinate representation of color #904A1D: hue angle of 23.48º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #904A1D is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 29 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.44 |
| HSL | 23.48º | 0.66% | 0.34% | - |
| HSV(B) | 23.48º | 0.8% | 0.56% | - |
| XYZ | 14.17 | 10.92 | 2.52 | - |
| YUV | 89.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 29 | 0 | 0.49 | 0.80 | 0.44 | 23.48 | 0.66 | 0.34 |
| Hex | 90 | 4A | 1D | 0 | 31 | 50 | 2C | 17 | 42 | 22 |
| Octal | 220 | 112 | 35 | 0 | 61 | 120 | 54 | 27 | 102 | 42 |
| Binary | 10010000 | 1001010 | 11101 | 0 | 110001 | 1010000 | 101100 | 10111 | 1000010 | 100010 |
Color Harmonies of #904A1D
Complementary color
Monochromatic Colors of #904A1D
Black with #904A1D
Text Example
Text Example
White with #904A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A1D; }
p { color: rgb(144,74,29); }
H1.HeaderClassName
{
color: #904A1D;
}
.AnyTagClassName
{
color: #904A1D;
}
</style>
background-color css
<style>
a { background-color: #904A1D; }
a { background-color: rgb(144,74,29); }
div.DivClassName
{
background-color: #904A1D;
}
.BgClassName
{
background-color: #904A1D;
}
</style>
border-color css
<style>
span { border-color: #904A1D; }
span { border-color: rgb(144,74,29); }
td.TdClassName
{
border-color: #904A1D;
}
.TagClassName
{
border-color: #904A1D;
}
</style>