Shades of Saddle Brown #90360E
Tints of Saddle Brown #90360E
RGB
CMYK
RGB Variations
Color information
#90360E (or 0x90360E) is known color: Saddle Brown. HEX triplet: 90, 36 and 0E. RGB value is (144,54,14). Sum of RGB (Red+Green+Blue) = 144+54+14=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #90360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90360E is #6FC9F1. Grayscale: #4C4C4C. Windows color (decimal): -7326194 or 931472. OLE color: 931472.
HSL color Cylindrical-coordinate representation of color #90360E: hue angle of 18.46º 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 #90360E is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 14 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.44 |
| HSL | 18.46º | 0.82% | 0.31% | - |
| HSV(B) | 18.46º | 0.9% | 0.56% | - |
| XYZ | 12.9 | 8.6 | 1.4 | - |
| YUV | 76.35 | 92.82 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 14 | 0 | 0.63 | 0.90 | 0.44 | 18.46 | 0.82 | 0.31 |
| Hex | 90 | 36 | E | 0 | 3F | 5A | 2C | 12 | 52 | 1F |
| Octal | 220 | 66 | 16 | 0 | 77 | 132 | 54 | 22 | 122 | 37 |
| Binary | 10010000 | 110110 | 1110 | 0 | 111111 | 1011010 | 101100 | 10010 | 1010010 | 11111 |
Color Harmonies of #90360E
Complementary color
Monochromatic Colors of #90360E
Black with #90360E
Text Example
Text Example
White with #90360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90360E; }
p { color: rgb(144,54,14); }
H1.HeaderClassName
{
color: #90360E;
}
.AnyTagClassName
{
color: #90360E;
}
</style>
background-color css
<style>
a { background-color: #90360E; }
a { background-color: rgb(144,54,14); }
div.DivClassName
{
background-color: #90360E;
}
.BgClassName
{
background-color: #90360E;
}
</style>
border-color css
<style>
span { border-color: #90360E; }
span { border-color: rgb(144,54,14); }
td.TdClassName
{
border-color: #90360E;
}
.TagClassName
{
border-color: #90360E;
}
</style>