Shades of Saddle Brown #90540E
Tints of Saddle Brown #90540E
RGB
CMYK
RGB Variations
Color information
#90540E (or 0x90540E) is known color: Saddle Brown. HEX triplet: 90, 54 and 0E. RGB value is (144,84,14). Sum of RGB (Red+Green+Blue) = 144+84+14=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90540E is #6FABF1. Grayscale: #5E5E5E. Windows color (decimal): -7318514 or 939152. OLE color: 939152.
HSL color Cylindrical-coordinate representation of color #90540E: hue angle of 32.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90540E is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 14 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.44 |
| HSL | 32.31º | 0.82% | 0.31% | - |
| HSV(B) | 32.31º | 0.9% | 0.56% | - |
| XYZ | 14.75 | 12.3 | 2.01 | - |
| YUV | 93.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 14 | 0 | 0.42 | 0.90 | 0.44 | 32.31 | 0.82 | 0.31 |
| Hex | 90 | 54 | E | 0 | 2A | 5A | 2C | 20 | 52 | 1F |
| Octal | 220 | 124 | 16 | 0 | 52 | 132 | 54 | 40 | 122 | 37 |
| Binary | 10010000 | 1010100 | 1110 | 0 | 101010 | 1011010 | 101100 | 100000 | 1010010 | 11111 |
Color Harmonies of #90540E
Complementary color
Monochromatic Colors of #90540E
Black with #90540E
Text Example
Text Example
White with #90540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90540E; }
p { color: rgb(144,84,14); }
H1.HeaderClassName
{
color: #90540E;
}
.AnyTagClassName
{
color: #90540E;
}
</style>
background-color css
<style>
a { background-color: #90540E; }
a { background-color: rgb(144,84,14); }
div.DivClassName
{
background-color: #90540E;
}
.BgClassName
{
background-color: #90540E;
}
</style>
border-color css
<style>
span { border-color: #90540E; }
span { border-color: rgb(144,84,14); }
td.TdClassName
{
border-color: #90540E;
}
.TagClassName
{
border-color: #90540E;
}
</style>