Shades of Saddle Brown #90540D
Tints of Saddle Brown #90540D
RGB
CMYK
RGB Variations
Color information
#90540D (or 0x90540D) is known color: Saddle Brown. HEX triplet: 90, 54 and 0D. RGB value is (144,84,13). Sum of RGB (Red+Green+Blue) = 144+84+13=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90540D is #6FABF2. Grayscale: #5E5E5E. Windows color (decimal): -7318515 or 873616. OLE color: 873616.
HSL color Cylindrical-coordinate representation of color #90540D: hue angle of 32.52º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90540D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 84 | 13 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.44 |
| HSL | 32.52º | 0.83% | 0.31% | - |
| HSV(B) | 32.52º | 0.91% | 0.56% | - |
| XYZ | 14.74 | 12.3 | 1.98 | - |
| YUV | 93.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 13 | 0 | 0.42 | 0.91 | 0.44 | 32.52 | 0.83 | 0.31 |
| Hex | 90 | 54 | D | 0 | 2A | 5B | 2C | 21 | 53 | 1F |
| Octal | 220 | 124 | 15 | 0 | 52 | 133 | 54 | 41 | 123 | 37 |
| Binary | 10010000 | 1010100 | 1101 | 0 | 101010 | 1011011 | 101100 | 100001 | 1010011 | 11111 |
Color Harmonies of #90540D
Complementary color
Monochromatic Colors of #90540D
Black with #90540D
Text Example
Text Example
White with #90540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90540D; }
p { color: rgb(144,84,13); }
H1.HeaderClassName
{
color: #90540D;
}
.AnyTagClassName
{
color: #90540D;
}
</style>
background-color css
<style>
a { background-color: #90540D; }
a { background-color: rgb(144,84,13); }
div.DivClassName
{
background-color: #90540D;
}
.BgClassName
{
background-color: #90540D;
}
</style>
border-color css
<style>
span { border-color: #90540D; }
span { border-color: rgb(144,84,13); }
td.TdClassName
{
border-color: #90540D;
}
.TagClassName
{
border-color: #90540D;
}
</style>