Shades of Saddle Brown #903D0E
Tints of Saddle Brown #903D0E
RGB
CMYK
RGB Variations
Color information
#903D0E (or 0x903D0E) is known color: Saddle Brown. HEX triplet: 90, 3D and 0E. RGB value is (144,61,14). Sum of RGB (Red+Green+Blue) = 144+61+14=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #903D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903D0E is #6FC2F1. Grayscale: #505050. Windows color (decimal): -7324402 or 933264. OLE color: 933264.
HSL color Cylindrical-coordinate representation of color #903D0E: hue angle of 21.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #903D0E is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 14 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.44 |
| HSL | 21.69º | 0.82% | 0.31% | - |
| HSV(B) | 21.69º | 0.9% | 0.56% | - |
| XYZ | 13.25 | 9.3 | 1.51 | - |
| YUV | 80.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 14 | 0 | 0.58 | 0.90 | 0.44 | 21.69 | 0.82 | 0.31 |
| Hex | 90 | 3D | E | 0 | 3A | 5A | 2C | 16 | 52 | 1F |
| Octal | 220 | 75 | 16 | 0 | 72 | 132 | 54 | 26 | 122 | 37 |
| Binary | 10010000 | 111101 | 1110 | 0 | 111010 | 1011010 | 101100 | 10110 | 1010010 | 11111 |
Color Harmonies of #903D0E
Complementary color
Monochromatic Colors of #903D0E
Black with #903D0E
Text Example
Text Example
White with #903D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D0E; }
p { color: rgb(144,61,14); }
H1.HeaderClassName
{
color: #903D0E;
}
.AnyTagClassName
{
color: #903D0E;
}
</style>
background-color css
<style>
a { background-color: #903D0E; }
a { background-color: rgb(144,61,14); }
div.DivClassName
{
background-color: #903D0E;
}
.BgClassName
{
background-color: #903D0E;
}
</style>
border-color css
<style>
span { border-color: #903D0E; }
span { border-color: rgb(144,61,14); }
td.TdClassName
{
border-color: #903D0E;
}
.TagClassName
{
border-color: #903D0E;
}
</style>