Shades of Saddle Brown #904D16
Tints of Saddle Brown #904D16
RGB
CMYK
RGB Variations
Color information
#904D16 (or 0x904D16) is known color: Saddle Brown. HEX triplet: 90, 4D and 16. RGB value is (144,77,22). Sum of RGB (Red+Green+Blue) = 144+77+22=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #904D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D16 is #6FB2E9. Grayscale: #5B5B5B. Windows color (decimal): -7320298 or 1461648. OLE color: 1461648.
HSL color Cylindrical-coordinate representation of color #904D16: hue angle of 27.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904D16 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 22 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.44 |
| HSL | 27.05º | 0.73% | 0.33% | - |
| HSV(B) | 27.05º | 0.85% | 0.56% | - |
| XYZ | 14.3 | 11.29 | 2.19 | - |
| YUV | 90.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 22 | 0 | 0.47 | 0.85 | 0.44 | 27.05 | 0.73 | 0.33 |
| Hex | 90 | 4D | 16 | 0 | 2F | 55 | 2C | 1B | 49 | 21 |
| Octal | 220 | 115 | 26 | 0 | 57 | 125 | 54 | 33 | 111 | 41 |
| Binary | 10010000 | 1001101 | 10110 | 0 | 101111 | 1010101 | 101100 | 11011 | 1001001 | 100001 |
Color Harmonies of #904D16
Complementary color
Monochromatic Colors of #904D16
Black with #904D16
Text Example
Text Example
White with #904D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D16; }
p { color: rgb(144,77,22); }
H1.HeaderClassName
{
color: #904D16;
}
.AnyTagClassName
{
color: #904D16;
}
</style>
background-color css
<style>
a { background-color: #904D16; }
a { background-color: rgb(144,77,22); }
div.DivClassName
{
background-color: #904D16;
}
.BgClassName
{
background-color: #904D16;
}
</style>
border-color css
<style>
span { border-color: #904D16; }
span { border-color: rgb(144,77,22); }
td.TdClassName
{
border-color: #904D16;
}
.TagClassName
{
border-color: #904D16;
}
</style>