Shades of Saddle Brown #903512
Tints of Saddle Brown #903512
RGB
CMYK
RGB Variations
Color information
#903512 (or 0x903512) is known color: Saddle Brown. HEX triplet: 90, 35 and 12. RGB value is (144,53,18). Sum of RGB (Red+Green+Blue) = 144+53+18=215 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.98% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 144 - color contains mainly: red. Hex color #903512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903512 is #6FCAED. Grayscale: #4C4C4C. Windows color (decimal): -7326446 or 1193360. OLE color: 1193360.
HSL color Cylindrical-coordinate representation of color #903512: hue angle of 16.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #903512 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 18 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.44 |
| HSL | 16.67º | 0.78% | 0.32% | - |
| HSV(B) | 16.67º | 0.88% | 0.56% | - |
| XYZ | 12.88 | 8.52 | 1.54 | - |
| YUV | 76.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 18 | 0 | 0.63 | 0.88 | 0.44 | 16.67 | 0.78 | 0.32 |
| Hex | 90 | 35 | 12 | 0 | 3F | 58 | 2C | 11 | 4E | 20 |
| Octal | 220 | 65 | 22 | 0 | 77 | 130 | 54 | 21 | 116 | 40 |
| Binary | 10010000 | 110101 | 10010 | 0 | 111111 | 1011000 | 101100 | 10001 | 1001110 | 100000 |
Color Harmonies of #903512
Complementary color
Monochromatic Colors of #903512
Black with #903512
Text Example
Text Example
White with #903512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903512; }
p { color: rgb(144,53,18); }
H1.HeaderClassName
{
color: #903512;
}
.AnyTagClassName
{
color: #903512;
}
</style>
background-color css
<style>
a { background-color: #903512; }
a { background-color: rgb(144,53,18); }
div.DivClassName
{
background-color: #903512;
}
.BgClassName
{
background-color: #903512;
}
</style>
border-color css
<style>
span { border-color: #903512; }
span { border-color: rgb(144,53,18); }
td.TdClassName
{
border-color: #903512;
}
.TagClassName
{
border-color: #903512;
}
</style>