Shades of Saddle Brown #904D13
Tints of Saddle Brown #904D13
RGB
CMYK
RGB Variations
Color information
#904D13 (or 0x904D13) is known color: Saddle Brown. HEX triplet: 90, 4D and 13. RGB value is (144,77,19). Sum of RGB (Red+Green+Blue) = 144+77+19=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #904D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D13 is #6FB2EC. Grayscale: #5A5A5A. Windows color (decimal): -7320301 or 1265040. OLE color: 1265040.
HSL color Cylindrical-coordinate representation of color #904D13: hue angle of 27.84º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #904D13 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 19 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.44 |
| HSL | 27.84º | 0.77% | 0.32% | - |
| HSV(B) | 27.84º | 0.87% | 0.56% | - |
| XYZ | 14.27 | 11.28 | 2.04 | - |
| YUV | 90.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 19 | 0 | 0.47 | 0.87 | 0.44 | 27.84 | 0.77 | 0.32 |
| Hex | 90 | 4D | 13 | 0 | 2F | 57 | 2C | 1C | 4D | 20 |
| Octal | 220 | 115 | 23 | 0 | 57 | 127 | 54 | 34 | 115 | 40 |
| Binary | 10010000 | 1001101 | 10011 | 0 | 101111 | 1010111 | 101100 | 11100 | 1001101 | 100000 |
Color Harmonies of #904D13
Complementary color
Monochromatic Colors of #904D13
Black with #904D13
Text Example
Text Example
White with #904D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D13; }
p { color: rgb(144,77,19); }
H1.HeaderClassName
{
color: #904D13;
}
.AnyTagClassName
{
color: #904D13;
}
</style>
background-color css
<style>
a { background-color: #904D13; }
a { background-color: rgb(144,77,19); }
div.DivClassName
{
background-color: #904D13;
}
.BgClassName
{
background-color: #904D13;
}
</style>
border-color css
<style>
span { border-color: #904D13; }
span { border-color: rgb(144,77,19); }
td.TdClassName
{
border-color: #904D13;
}
.TagClassName
{
border-color: #904D13;
}
</style>