Shades of Saddle Brown #903D15
Tints of Saddle Brown #903D15
RGB
CMYK
RGB Variations
Color information
#903D15 (or 0x903D15) is known color: Saddle Brown. HEX triplet: 90, 3D and 15. RGB value is (144,61,21). Sum of RGB (Red+Green+Blue) = 144+61+21=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #903D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903D15 is #6FC2EA. Grayscale: #515151. Windows color (decimal): -7324395 or 1392016. OLE color: 1392016.
HSL color Cylindrical-coordinate representation of color #903D15: hue angle of 19.51º 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 #903D15 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 21 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.44 |
| HSL | 19.51º | 0.75% | 0.32% | - |
| HSV(B) | 19.51º | 0.85% | 0.56% | - |
| XYZ | 13.31 | 9.32 | 1.81 | - |
| YUV | 81.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 21 | 0 | 0.58 | 0.85 | 0.44 | 19.51 | 0.75 | 0.32 |
| Hex | 90 | 3D | 15 | 0 | 3A | 55 | 2C | 14 | 4B | 20 |
| Octal | 220 | 75 | 25 | 0 | 72 | 125 | 54 | 24 | 113 | 40 |
| Binary | 10010000 | 111101 | 10101 | 0 | 111010 | 1010101 | 101100 | 10100 | 1001011 | 100000 |
Color Harmonies of #903D15
Complementary color
Monochromatic Colors of #903D15
Black with #903D15
Text Example
Text Example
White with #903D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D15; }
p { color: rgb(144,61,21); }
H1.HeaderClassName
{
color: #903D15;
}
.AnyTagClassName
{
color: #903D15;
}
</style>
background-color css
<style>
a { background-color: #903D15; }
a { background-color: rgb(144,61,21); }
div.DivClassName
{
background-color: #903D15;
}
.BgClassName
{
background-color: #903D15;
}
</style>
border-color css
<style>
span { border-color: #903D15; }
span { border-color: rgb(144,61,21); }
td.TdClassName
{
border-color: #903D15;
}
.TagClassName
{
border-color: #903D15;
}
</style>