Shades of Saddle Brown #903A15
Tints of Saddle Brown #903A15
RGB
CMYK
RGB Variations
Color information
#903A15 (or 0x903A15) is known color: Saddle Brown. HEX triplet: 90, 3A and 15. RGB value is (144,58,21). Sum of RGB (Red+Green+Blue) = 144+58+21=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #903A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903A15 is #6FC5EA. Grayscale: #4F4F4F. Windows color (decimal): -7325163 or 1391248. OLE color: 1391248.
HSL color Cylindrical-coordinate representation of color #903A15: hue angle of 18.05º 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 #903A15 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 21 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.44 |
| HSL | 18.05º | 0.75% | 0.32% | - |
| HSV(B) | 18.05º | 0.85% | 0.56% | - |
| XYZ | 13.15 | 9.01 | 1.76 | - |
| YUV | 79.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 21 | 0 | 0.60 | 0.85 | 0.44 | 18.05 | 0.75 | 0.32 |
| Hex | 90 | 3A | 15 | 0 | 3C | 55 | 2C | 12 | 4B | 20 |
| Octal | 220 | 72 | 25 | 0 | 74 | 125 | 54 | 22 | 113 | 40 |
| Binary | 10010000 | 111010 | 10101 | 0 | 111100 | 1010101 | 101100 | 10010 | 1001011 | 100000 |
Color Harmonies of #903A15
Complementary color
Monochromatic Colors of #903A15
Black with #903A15
Text Example
Text Example
White with #903A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A15; }
p { color: rgb(144,58,21); }
H1.HeaderClassName
{
color: #903A15;
}
.AnyTagClassName
{
color: #903A15;
}
</style>
background-color css
<style>
a { background-color: #903A15; }
a { background-color: rgb(144,58,21); }
div.DivClassName
{
background-color: #903A15;
}
.BgClassName
{
background-color: #903A15;
}
</style>
border-color css
<style>
span { border-color: #903A15; }
span { border-color: rgb(144,58,21); }
td.TdClassName
{
border-color: #903A15;
}
.TagClassName
{
border-color: #903A15;
}
</style>