Shades of Saddle Brown #905412
Tints of Saddle Brown #905412
RGB
CMYK
RGB Variations
Color information
#905412 (or 0x905412) is known color: Saddle Brown. HEX triplet: 90, 54 and 12. RGB value is (144,84,18). Sum of RGB (Red+Green+Blue) = 144+84+18=246 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.54% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 144 - color contains mainly: red. Hex color #905412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905412 is #6FABED. Grayscale: #5E5E5E. Windows color (decimal): -7318510 or 1201296. OLE color: 1201296.
HSL color Cylindrical-coordinate representation of color #905412: hue angle of 31.43º 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 #905412 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 18 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.44 |
| HSL | 31.43º | 0.78% | 0.32% | - |
| HSV(B) | 31.43º | 0.88% | 0.56% | - |
| XYZ | 14.78 | 12.31 | 2.17 | - |
| YUV | 94.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 18 | 0 | 0.42 | 0.88 | 0.44 | 31.43 | 0.78 | 0.32 |
| Hex | 90 | 54 | 12 | 0 | 2A | 58 | 2C | 1F | 4E | 20 |
| Octal | 220 | 124 | 22 | 0 | 52 | 130 | 54 | 37 | 116 | 40 |
| Binary | 10010000 | 1010100 | 10010 | 0 | 101010 | 1011000 | 101100 | 11111 | 1001110 | 100000 |
Color Harmonies of #905412
Complementary color
Monochromatic Colors of #905412
Black with #905412
Text Example
Text Example
White with #905412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905412; }
p { color: rgb(144,84,18); }
H1.HeaderClassName
{
color: #905412;
}
.AnyTagClassName
{
color: #905412;
}
</style>
background-color css
<style>
a { background-color: #905412; }
a { background-color: rgb(144,84,18); }
div.DivClassName
{
background-color: #905412;
}
.BgClassName
{
background-color: #905412;
}
</style>
border-color css
<style>
span { border-color: #905412; }
span { border-color: rgb(144,84,18); }
td.TdClassName
{
border-color: #905412;
}
.TagClassName
{
border-color: #905412;
}
</style>