Shades of Saddle Brown #905212
Tints of Saddle Brown #905212
RGB
CMYK
RGB Variations
Color information
#905212 (or 0x905212) is known color: Saddle Brown. HEX triplet: 90, 52 and 12. RGB value is (144,82,18). Sum of RGB (Red+Green+Blue) = 144+82+18=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #905212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905212 is #6FADED. Grayscale: #5D5D5D. Windows color (decimal): -7319022 or 1200784. OLE color: 1200784.
HSL color Cylindrical-coordinate representation of color #905212: hue angle of 30.48º 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 #905212 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 18 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.44 |
| HSL | 30.48º | 0.78% | 0.32% | - |
| HSV(B) | 30.48º | 0.88% | 0.56% | - |
| XYZ | 14.63 | 12.01 | 2.12 | - |
| YUV | 93.24 | 85.54 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 18 | 0 | 0.43 | 0.88 | 0.44 | 30.48 | 0.78 | 0.32 |
| Hex | 90 | 52 | 12 | 0 | 2B | 58 | 2C | 1E | 4E | 20 |
| Octal | 220 | 122 | 22 | 0 | 53 | 130 | 54 | 36 | 116 | 40 |
| Binary | 10010000 | 1010010 | 10010 | 0 | 101011 | 1011000 | 101100 | 11110 | 1001110 | 100000 |
Color Harmonies of #905212
Complementary color
Monochromatic Colors of #905212
Black with #905212
Text Example
Text Example
White with #905212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905212; }
p { color: rgb(144,82,18); }
H1.HeaderClassName
{
color: #905212;
}
.AnyTagClassName
{
color: #905212;
}
</style>
background-color css
<style>
a { background-color: #905212; }
a { background-color: rgb(144,82,18); }
div.DivClassName
{
background-color: #905212;
}
.BgClassName
{
background-color: #905212;
}
</style>
border-color css
<style>
span { border-color: #905212; }
span { border-color: rgb(144,82,18); }
td.TdClassName
{
border-color: #905212;
}
.TagClassName
{
border-color: #905212;
}
</style>