Shades of Saddle Brown #905003
Tints of Saddle Brown #905003
RGB
CMYK
RGB Variations
Color information
#905003 (or 0x905003) is known color: Saddle Brown. HEX triplet: 90, 50 and 03. RGB value is (144,80,3). Sum of RGB (Red+Green+Blue) = 144+80+3=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #905003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905003 is #6FAFFC. Grayscale: #5A5A5A. Windows color (decimal): -7319549 or 217232. OLE color: 217232.
HSL color Cylindrical-coordinate representation of color #905003: hue angle of 32.77º 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 #905003 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.44 |
| HSL | 32.77º | 0.96% | 0.29% | - |
| HSV(B) | 32.77º | 0.98% | 0.56% | - |
| XYZ | 14.39 | 11.67 | 1.58 | - |
| YUV | 90.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 3 | 0 | 0.44 | 0.98 | 0.44 | 32.77 | 0.96 | 0.29 |
| Hex | 90 | 50 | 3 | 0 | 2C | 62 | 2C | 21 | 60 | 1D |
| Octal | 220 | 120 | 3 | 0 | 54 | 142 | 54 | 41 | 140 | 35 |
| Binary | 10010000 | 1010000 | 11 | 0 | 101100 | 1100010 | 101100 | 100001 | 1100000 | 11101 |
Color Harmonies of #905003
Complementary color
Monochromatic Colors of #905003
Black with #905003
Text Example
Text Example
White with #905003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905003; }
p { color: rgb(144,80,3); }
H1.HeaderClassName
{
color: #905003;
}
.AnyTagClassName
{
color: #905003;
}
</style>
background-color css
<style>
a { background-color: #905003; }
a { background-color: rgb(144,80,3); }
div.DivClassName
{
background-color: #905003;
}
.BgClassName
{
background-color: #905003;
}
</style>
border-color css
<style>
span { border-color: #905003; }
span { border-color: rgb(144,80,3); }
td.TdClassName
{
border-color: #905003;
}
.TagClassName
{
border-color: #905003;
}
</style>