Shades of Saddle Brown #903705
Tints of Saddle Brown #903705
RGB
CMYK
RGB Variations
Color information
#903705 (or 0x903705) is known color: Saddle Brown. HEX triplet: 90, 37 and 05. RGB value is (144,55,5). Sum of RGB (Red+Green+Blue) = 144+55+5=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #903705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903705 is #6FC8FA. Grayscale: #4C4C4C. Windows color (decimal): -7325947 or 341904. OLE color: 341904.
HSL color Cylindrical-coordinate representation of color #903705: hue angle of 21.58º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #903705 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.44 |
| HSL | 21.58º | 0.93% | 0.29% | - |
| HSV(B) | 21.58º | 0.97% | 0.56% | - |
| XYZ | 12.9 | 8.67 | 1.14 | - |
| YUV | 75.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 5 | 0 | 0.62 | 0.97 | 0.44 | 21.58 | 0.93 | 0.29 |
| Hex | 90 | 37 | 5 | 0 | 3E | 61 | 2C | 16 | 5D | 1D |
| Octal | 220 | 67 | 5 | 0 | 76 | 141 | 54 | 26 | 135 | 35 |
| Binary | 10010000 | 110111 | 101 | 0 | 111110 | 1100001 | 101100 | 10110 | 1011101 | 11101 |
Color Harmonies of #903705
Complementary color
Monochromatic Colors of #903705
Black with #903705
Text Example
Text Example
White with #903705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903705; }
p { color: rgb(144,55,5); }
H1.HeaderClassName
{
color: #903705;
}
.AnyTagClassName
{
color: #903705;
}
</style>
background-color css
<style>
a { background-color: #903705; }
a { background-color: rgb(144,55,5); }
div.DivClassName
{
background-color: #903705;
}
.BgClassName
{
background-color: #903705;
}
</style>
border-color css
<style>
span { border-color: #903705; }
span { border-color: rgb(144,55,5); }
td.TdClassName
{
border-color: #903705;
}
.TagClassName
{
border-color: #903705;
}
</style>