Shades of Saddle Brown #904D19
Tints of Saddle Brown #904D19
RGB
CMYK
RGB Variations
Color information
#904D19 (or 0x904D19) is known color: Saddle Brown. HEX triplet: 90, 4D and 19. RGB value is (144,77,25). Sum of RGB (Red+Green+Blue) = 144+77+25=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #904D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904D19 is #6FB2E6. Grayscale: #5B5B5B. Windows color (decimal): -7320295 or 1658256. OLE color: 1658256.
HSL color Cylindrical-coordinate representation of color #904D19: hue angle of 26.22º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #904D19 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 25 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.44 |
| HSL | 26.22º | 0.7% | 0.33% | - |
| HSV(B) | 26.22º | 0.83% | 0.56% | - |
| XYZ | 14.33 | 11.31 | 2.35 | - |
| YUV | 91.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 25 | 0 | 0.47 | 0.83 | 0.44 | 26.22 | 0.7 | 0.33 |
| Hex | 90 | 4D | 19 | 0 | 2F | 53 | 2C | 1A | 46 | 21 |
| Octal | 220 | 115 | 31 | 0 | 57 | 123 | 54 | 32 | 106 | 41 |
| Binary | 10010000 | 1001101 | 11001 | 0 | 101111 | 1010011 | 101100 | 11010 | 1000110 | 100001 |
Color Harmonies of #904D19
Complementary color
Monochromatic Colors of #904D19
Black with #904D19
Text Example
Text Example
White with #904D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D19; }
p { color: rgb(144,77,25); }
H1.HeaderClassName
{
color: #904D19;
}
.AnyTagClassName
{
color: #904D19;
}
</style>
background-color css
<style>
a { background-color: #904D19; }
a { background-color: rgb(144,77,25); }
div.DivClassName
{
background-color: #904D19;
}
.BgClassName
{
background-color: #904D19;
}
</style>
border-color css
<style>
span { border-color: #904D19; }
span { border-color: rgb(144,77,25); }
td.TdClassName
{
border-color: #904D19;
}
.TagClassName
{
border-color: #904D19;
}
</style>