Shades of Saddle Brown #904A1C
Tints of Saddle Brown #904A1C
RGB
CMYK
RGB Variations
Color information
#904A1C (or 0x904A1C) is known color: Saddle Brown. HEX triplet: 90, 4A and 1C. RGB value is (144,74,28). Sum of RGB (Red+Green+Blue) = 144+74+28=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #904A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A1C is #6FB5E3. Grayscale: #595959. Windows color (decimal): -7321060 or 1854096. OLE color: 1854096.
HSL color Cylindrical-coordinate representation of color #904A1C: hue angle of 23.79º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #904A1C is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 28 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.44 |
| HSL | 23.79º | 0.67% | 0.34% | - |
| HSV(B) | 23.79º | 0.81% | 0.56% | - |
| XYZ | 14.16 | 10.91 | 2.46 | - |
| YUV | 89.69 | 93.19 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 28 | 0 | 0.49 | 0.81 | 0.44 | 23.79 | 0.67 | 0.34 |
| Hex | 90 | 4A | 1C | 0 | 31 | 51 | 2C | 18 | 43 | 22 |
| Octal | 220 | 112 | 34 | 0 | 61 | 121 | 54 | 30 | 103 | 42 |
| Binary | 10010000 | 1001010 | 11100 | 0 | 110001 | 1010001 | 101100 | 11000 | 1000011 | 100010 |
Color Harmonies of #904A1C
Complementary color
Monochromatic Colors of #904A1C
Black with #904A1C
Text Example
Text Example
White with #904A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A1C; }
p { color: rgb(144,74,28); }
H1.HeaderClassName
{
color: #904A1C;
}
.AnyTagClassName
{
color: #904A1C;
}
</style>
background-color css
<style>
a { background-color: #904A1C; }
a { background-color: rgb(144,74,28); }
div.DivClassName
{
background-color: #904A1C;
}
.BgClassName
{
background-color: #904A1C;
}
</style>
border-color css
<style>
span { border-color: #904A1C; }
span { border-color: rgb(144,74,28); }
td.TdClassName
{
border-color: #904A1C;
}
.TagClassName
{
border-color: #904A1C;
}
</style>