Shades of Saddle Brown #904E03
Tints of Saddle Brown #904E03
RGB
CMYK
RGB Variations
Color information
#904E03 (or 0x904E03) is known color: Saddle Brown. HEX triplet: 90, 4E and 03. RGB value is (144,78,3). Sum of RGB (Red+Green+Blue) = 144+78+3=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #904E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #904E03 is #6FB1FC. Grayscale: #595959. Windows color (decimal): -7320061 or 216720. OLE color: 216720.
HSL color Cylindrical-coordinate representation of color #904E03: hue angle of 31.91º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #904E03 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.44 |
| HSL | 31.91º | 0.96% | 0.29% | - |
| HSV(B) | 31.91º | 0.98% | 0.56% | - |
| XYZ | 14.24 | 11.38 | 1.53 | - |
| YUV | 89.18 | 79.37 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 3 | 0 | 0.46 | 0.98 | 0.44 | 31.91 | 0.96 | 0.29 |
| Hex | 90 | 4E | 3 | 0 | 2E | 62 | 2C | 20 | 60 | 1D |
| Octal | 220 | 116 | 3 | 0 | 56 | 142 | 54 | 40 | 140 | 35 |
| Binary | 10010000 | 1001110 | 11 | 0 | 101110 | 1100010 | 101100 | 100000 | 1100000 | 11101 |
Color Harmonies of #904E03
Complementary color
Monochromatic Colors of #904E03
Black with #904E03
Text Example
Text Example
White with #904E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E03; }
p { color: rgb(144,78,3); }
H1.HeaderClassName
{
color: #904E03;
}
.AnyTagClassName
{
color: #904E03;
}
</style>
background-color css
<style>
a { background-color: #904E03; }
a { background-color: rgb(144,78,3); }
div.DivClassName
{
background-color: #904E03;
}
.BgClassName
{
background-color: #904E03;
}
</style>
border-color css
<style>
span { border-color: #904E03; }
span { border-color: rgb(144,78,3); }
td.TdClassName
{
border-color: #904E03;
}
.TagClassName
{
border-color: #904E03;
}
</style>