Shades of Saddle Brown #903A0E
Tints of Saddle Brown #903A0E
RGB
CMYK
RGB Variations
Color information
#903A0E (or 0x903A0E) is known color: Saddle Brown. HEX triplet: 90, 3A and 0E. RGB value is (144,58,14). Sum of RGB (Red+Green+Blue) = 144+58+14=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #903A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903A0E is #6FC5F1. Grayscale: #4E4E4E. Windows color (decimal): -7325170 or 932496. OLE color: 932496.
HSL color Cylindrical-coordinate representation of color #903A0E: hue angle of 20.31º 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 #903A0E is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 14 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.44 |
| HSL | 20.31º | 0.82% | 0.31% | - |
| HSV(B) | 20.31º | 0.9% | 0.56% | - |
| XYZ | 13.09 | 8.99 | 1.46 | - |
| YUV | 78.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 14 | 0 | 0.60 | 0.90 | 0.44 | 20.31 | 0.82 | 0.31 |
| Hex | 90 | 3A | E | 0 | 3C | 5A | 2C | 14 | 52 | 1F |
| Octal | 220 | 72 | 16 | 0 | 74 | 132 | 54 | 24 | 122 | 37 |
| Binary | 10010000 | 111010 | 1110 | 0 | 111100 | 1011010 | 101100 | 10100 | 1010010 | 11111 |
Color Harmonies of #903A0E
Complementary color
Monochromatic Colors of #903A0E
Black with #903A0E
Text Example
Text Example
White with #903A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A0E; }
p { color: rgb(144,58,14); }
H1.HeaderClassName
{
color: #903A0E;
}
.AnyTagClassName
{
color: #903A0E;
}
</style>
background-color css
<style>
a { background-color: #903A0E; }
a { background-color: rgb(144,58,14); }
div.DivClassName
{
background-color: #903A0E;
}
.BgClassName
{
background-color: #903A0E;
}
</style>
border-color css
<style>
span { border-color: #903A0E; }
span { border-color: rgb(144,58,14); }
td.TdClassName
{
border-color: #903A0E;
}
.TagClassName
{
border-color: #903A0E;
}
</style>