Shades of Saddle Brown #905112
Tints of Saddle Brown #905112
RGB
CMYK
RGB Variations
Color information
#905112 (or 0x905112) is known color: Saddle Brown. HEX triplet: 90, 51 and 12. RGB value is (144,81,18). Sum of RGB (Red+Green+Blue) = 144+81+18=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #905112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905112 is #6FAEED. Grayscale: #5C5C5C. Windows color (decimal): -7319278 or 1200528. OLE color: 1200528.
HSL color Cylindrical-coordinate representation of color #905112: hue angle of 30º 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 #905112 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 18 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.44 |
| HSL | 30º | 0.78% | 0.32% | - |
| HSV(B) | 30º | 0.88% | 0.56% | - |
| XYZ | 14.55 | 11.86 | 2.09 | - |
| YUV | 92.66 | 85.87 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 18 | 0 | 0.44 | 0.88 | 0.44 | 30 | 0.78 | 0.32 |
| Hex | 90 | 51 | 12 | 0 | 2C | 58 | 2C | 1E | 4E | 20 |
| Octal | 220 | 121 | 22 | 0 | 54 | 130 | 54 | 36 | 116 | 40 |
| Binary | 10010000 | 1010001 | 10010 | 0 | 101100 | 1011000 | 101100 | 11110 | 1001110 | 100000 |
Color Harmonies of #905112
Complementary color
Monochromatic Colors of #905112
Black with #905112
Text Example
Text Example
White with #905112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905112; }
p { color: rgb(144,81,18); }
H1.HeaderClassName
{
color: #905112;
}
.AnyTagClassName
{
color: #905112;
}
</style>
background-color css
<style>
a { background-color: #905112; }
a { background-color: rgb(144,81,18); }
div.DivClassName
{
background-color: #905112;
}
.BgClassName
{
background-color: #905112;
}
</style>
border-color css
<style>
span { border-color: #905112; }
span { border-color: rgb(144,81,18); }
td.TdClassName
{
border-color: #905112;
}
.TagClassName
{
border-color: #905112;
}
</style>