Shades of Saddle Brown #904915
Tints of Saddle Brown #904915
RGB
CMYK
RGB Variations
Color information
#904915 (or 0x904915) is known color: Saddle Brown. HEX triplet: 90, 49 and 15. RGB value is (144,73,21). Sum of RGB (Red+Green+Blue) = 144+73+21=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #904915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904915 is #6FB6EA. Grayscale: #585858. Windows color (decimal): -7321323 or 1395088. OLE color: 1395088.
HSL color Cylindrical-coordinate representation of color #904915: hue angle of 25.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #904915 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 21 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.44 |
| HSL | 25.37º | 0.75% | 0.32% | - |
| HSV(B) | 25.37º | 0.85% | 0.56% | - |
| XYZ | 14.02 | 10.75 | 2.05 | - |
| YUV | 88.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 21 | 0 | 0.49 | 0.85 | 0.44 | 25.37 | 0.75 | 0.32 |
| Hex | 90 | 49 | 15 | 0 | 31 | 55 | 2C | 19 | 4B | 20 |
| Octal | 220 | 111 | 25 | 0 | 61 | 125 | 54 | 31 | 113 | 40 |
| Binary | 10010000 | 1001001 | 10101 | 0 | 110001 | 1010101 | 101100 | 11001 | 1001011 | 100000 |
Color Harmonies of #904915
Complementary color
Monochromatic Colors of #904915
Black with #904915
Text Example
Text Example
White with #904915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904915; }
p { color: rgb(144,73,21); }
H1.HeaderClassName
{
color: #904915;
}
.AnyTagClassName
{
color: #904915;
}
</style>
background-color css
<style>
a { background-color: #904915; }
a { background-color: rgb(144,73,21); }
div.DivClassName
{
background-color: #904915;
}
.BgClassName
{
background-color: #904915;
}
</style>
border-color css
<style>
span { border-color: #904915; }
span { border-color: rgb(144,73,21); }
td.TdClassName
{
border-color: #904915;
}
.TagClassName
{
border-color: #904915;
}
</style>