Shades of Saddle Brown #903E0E
Tints of Saddle Brown #903E0E
RGB
CMYK
RGB Variations
Color information
#903E0E (or 0x903E0E) is known color: Saddle Brown. HEX triplet: 90, 3E and 0E. RGB value is (144,62,14). Sum of RGB (Red+Green+Blue) = 144+62+14=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #903E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903E0E is #6FC1F1. Grayscale: #515151. Windows color (decimal): -7324146 or 933520. OLE color: 933520.
HSL color Cylindrical-coordinate representation of color #903E0E: hue angle of 22.15º 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 #903E0E is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 62 | 14 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.44 |
| HSL | 22.15º | 0.82% | 0.31% | - |
| HSV(B) | 22.15º | 0.9% | 0.56% | - |
| XYZ | 13.3 | 9.41 | 1.53 | - |
| YUV | 81.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 62 | 14 | 0 | 0.57 | 0.90 | 0.44 | 22.15 | 0.82 | 0.31 |
| Hex | 90 | 3E | E | 0 | 39 | 5A | 2C | 16 | 52 | 1F |
| Octal | 220 | 76 | 16 | 0 | 71 | 132 | 54 | 26 | 122 | 37 |
| Binary | 10010000 | 111110 | 1110 | 0 | 111001 | 1011010 | 101100 | 10110 | 1010010 | 11111 |
Color Harmonies of #903E0E
Complementary color
Monochromatic Colors of #903E0E
Black with #903E0E
Text Example
Text Example
White with #903E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903E0E; }
p { color: rgb(144,62,14); }
H1.HeaderClassName
{
color: #903E0E;
}
.AnyTagClassName
{
color: #903E0E;
}
</style>
background-color css
<style>
a { background-color: #903E0E; }
a { background-color: rgb(144,62,14); }
div.DivClassName
{
background-color: #903E0E;
}
.BgClassName
{
background-color: #903E0E;
}
</style>
border-color css
<style>
span { border-color: #903E0E; }
span { border-color: rgb(144,62,14); }
td.TdClassName
{
border-color: #903E0E;
}
.TagClassName
{
border-color: #903E0E;
}
</style>