Shades of Saddle Brown #904003
Tints of Saddle Brown #904003
RGB
CMYK
RGB Variations
Color information
#904003 (or 0x904003) is known color: Saddle Brown. HEX triplet: 90, 40 and 03. RGB value is (144,64,3). Sum of RGB (Red+Green+Blue) = 144+64+3=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #904003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904003 is #6FBFFC. Grayscale: #515151. Windows color (decimal): -7323645 or 213136. OLE color: 213136.
HSL color Cylindrical-coordinate representation of color #904003: hue angle of 25.96º 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 #904003 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.44 |
| HSL | 25.96º | 0.96% | 0.29% | - |
| HSV(B) | 25.96º | 0.98% | 0.56% | - |
| XYZ | 13.35 | 9.6 | 1.24 | - |
| YUV | 80.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 3 | 0 | 0.56 | 0.98 | 0.44 | 25.96 | 0.96 | 0.29 |
| Hex | 90 | 40 | 3 | 0 | 38 | 62 | 2C | 1A | 60 | 1D |
| Octal | 220 | 100 | 3 | 0 | 70 | 142 | 54 | 32 | 140 | 35 |
| Binary | 10010000 | 1000000 | 11 | 0 | 111000 | 1100010 | 101100 | 11010 | 1100000 | 11101 |
Color Harmonies of #904003
Complementary color
Monochromatic Colors of #904003
Black with #904003
Text Example
Text Example
White with #904003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904003; }
p { color: rgb(144,64,3); }
H1.HeaderClassName
{
color: #904003;
}
.AnyTagClassName
{
color: #904003;
}
</style>
background-color css
<style>
a { background-color: #904003; }
a { background-color: rgb(144,64,3); }
div.DivClassName
{
background-color: #904003;
}
.BgClassName
{
background-color: #904003;
}
</style>
border-color css
<style>
span { border-color: #904003; }
span { border-color: rgb(144,64,3); }
td.TdClassName
{
border-color: #904003;
}
.TagClassName
{
border-color: #904003;
}
</style>