Shades of Saddle Brown #903D13
Tints of Saddle Brown #903D13
RGB
CMYK
RGB Variations
Color information
#903D13 (or 0x903D13) is known color: Saddle Brown. HEX triplet: 90, 3D and 13. RGB value is (144,61,19). Sum of RGB (Red+Green+Blue) = 144+61+19=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #903D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903D13 is #6FC2EC. Grayscale: #515151. Windows color (decimal): -7324397 or 1260944. OLE color: 1260944.
HSL color Cylindrical-coordinate representation of color #903D13: hue angle of 20.16º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #903D13 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 19 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.44 |
| HSL | 20.16º | 0.77% | 0.32% | - |
| HSV(B) | 20.16º | 0.87% | 0.56% | - |
| XYZ | 13.29 | 9.31 | 1.71 | - |
| YUV | 81.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 19 | 0 | 0.58 | 0.87 | 0.44 | 20.16 | 0.77 | 0.32 |
| Hex | 90 | 3D | 13 | 0 | 3A | 57 | 2C | 14 | 4D | 20 |
| Octal | 220 | 75 | 23 | 0 | 72 | 127 | 54 | 24 | 115 | 40 |
| Binary | 10010000 | 111101 | 10011 | 0 | 111010 | 1010111 | 101100 | 10100 | 1001101 | 100000 |
Color Harmonies of #903D13
Complementary color
Monochromatic Colors of #903D13
Black with #903D13
Text Example
Text Example
White with #903D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D13; }
p { color: rgb(144,61,19); }
H1.HeaderClassName
{
color: #903D13;
}
.AnyTagClassName
{
color: #903D13;
}
</style>
background-color css
<style>
a { background-color: #903D13; }
a { background-color: rgb(144,61,19); }
div.DivClassName
{
background-color: #903D13;
}
.BgClassName
{
background-color: #903D13;
}
</style>
border-color css
<style>
span { border-color: #903D13; }
span { border-color: rgb(144,61,19); }
td.TdClassName
{
border-color: #903D13;
}
.TagClassName
{
border-color: #903D13;
}
</style>