Shades of Saddle Brown #903F14
Tints of Saddle Brown #903F14
RGB
CMYK
RGB Variations
Color information
#903F14 (or 0x903F14) is known color: Saddle Brown. HEX triplet: 90, 3F and 14. RGB value is (144,63,20). Sum of RGB (Red+Green+Blue) = 144+63+20=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #903F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903F14 is #6FC0EB. Grayscale: #525252. Windows color (decimal): -7323884 or 1326992. OLE color: 1326992.
HSL color Cylindrical-coordinate representation of color #903F14: hue angle of 20.81º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #903F14 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 20 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.44 |
| HSL | 20.81º | 0.76% | 0.32% | - |
| HSV(B) | 20.81º | 0.86% | 0.56% | - |
| XYZ | 13.41 | 9.53 | 1.8 | - |
| YUV | 82.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 20 | 0 | 0.56 | 0.86 | 0.44 | 20.81 | 0.76 | 0.32 |
| Hex | 90 | 3F | 14 | 0 | 38 | 56 | 2C | 15 | 4C | 20 |
| Octal | 220 | 77 | 24 | 0 | 70 | 126 | 54 | 25 | 114 | 40 |
| Binary | 10010000 | 111111 | 10100 | 0 | 111000 | 1010110 | 101100 | 10101 | 1001100 | 100000 |
Color Harmonies of #903F14
Complementary color
Monochromatic Colors of #903F14
Black with #903F14
Text Example
Text Example
White with #903F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F14; }
p { color: rgb(144,63,20); }
H1.HeaderClassName
{
color: #903F14;
}
.AnyTagClassName
{
color: #903F14;
}
</style>
background-color css
<style>
a { background-color: #903F14; }
a { background-color: rgb(144,63,20); }
div.DivClassName
{
background-color: #903F14;
}
.BgClassName
{
background-color: #903F14;
}
</style>
border-color css
<style>
span { border-color: #903F14; }
span { border-color: rgb(144,63,20); }
td.TdClassName
{
border-color: #903F14;
}
.TagClassName
{
border-color: #903F14;
}
</style>