Shades of Saddle Brown #904419
Tints of Saddle Brown #904419
RGB
CMYK
RGB Variations
Color information
#904419 (or 0x904419) is known color: Saddle Brown. HEX triplet: 90, 44 and 19. RGB value is (144,68,25). Sum of RGB (Red+Green+Blue) = 144+68+25=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #904419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904419 is #6FBBE6. Grayscale: #565656. Windows color (decimal): -7322599 or 1655952. OLE color: 1655952.
HSL color Cylindrical-coordinate representation of color #904419: hue angle of 21.68º 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 #904419 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 25 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.44 |
| HSL | 21.68º | 0.7% | 0.33% | - |
| HSV(B) | 21.68º | 0.83% | 0.56% | - |
| XYZ | 13.74 | 10.13 | 2.15 | - |
| YUV | 85.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 25 | 0 | 0.53 | 0.83 | 0.44 | 21.68 | 0.7 | 0.33 |
| Hex | 90 | 44 | 19 | 0 | 35 | 53 | 2C | 16 | 46 | 21 |
| Octal | 220 | 104 | 31 | 0 | 65 | 123 | 54 | 26 | 106 | 41 |
| Binary | 10010000 | 1000100 | 11001 | 0 | 110101 | 1010011 | 101100 | 10110 | 1000110 | 100001 |
Color Harmonies of #904419
Complementary color
Monochromatic Colors of #904419
Black with #904419
Text Example
Text Example
White with #904419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904419; }
p { color: rgb(144,68,25); }
H1.HeaderClassName
{
color: #904419;
}
.AnyTagClassName
{
color: #904419;
}
</style>
background-color css
<style>
a { background-color: #904419; }
a { background-color: rgb(144,68,25); }
div.DivClassName
{
background-color: #904419;
}
.BgClassName
{
background-color: #904419;
}
</style>
border-color css
<style>
span { border-color: #904419; }
span { border-color: rgb(144,68,25); }
td.TdClassName
{
border-color: #904419;
}
.TagClassName
{
border-color: #904419;
}
</style>