Shades of Saddle Brown #90320E
Tints of Saddle Brown #90320E
RGB
CMYK
RGB Variations
Color information
#90320E (or 0x90320E) is known color: Saddle Brown. HEX triplet: 90, 32 and 0E. RGB value is (144,50,14). Sum of RGB (Red+Green+Blue) = 144+50+14=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90320E is #6FCDF1. Grayscale: #4A4A4A. Windows color (decimal): -7327218 or 930448. OLE color: 930448.
HSL color Cylindrical-coordinate representation of color #90320E: hue angle of 16.62º 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 #90320E is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 14 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.44 |
| HSL | 16.62º | 0.82% | 0.31% | - |
| HSV(B) | 16.62º | 0.9% | 0.56% | - |
| XYZ | 12.72 | 8.24 | 1.34 | - |
| YUV | 74 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 14 | 0 | 0.65 | 0.90 | 0.44 | 16.62 | 0.82 | 0.31 |
| Hex | 90 | 32 | E | 0 | 41 | 5A | 2C | 11 | 52 | 1F |
| Octal | 220 | 62 | 16 | 0 | 101 | 132 | 54 | 21 | 122 | 37 |
| Binary | 10010000 | 110010 | 1110 | 0 | 1000001 | 1011010 | 101100 | 10001 | 1010010 | 11111 |
Color Harmonies of #90320E
Complementary color
Monochromatic Colors of #90320E
Black with #90320E
Text Example
Text Example
White with #90320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90320E; }
p { color: rgb(144,50,14); }
H1.HeaderClassName
{
color: #90320E;
}
.AnyTagClassName
{
color: #90320E;
}
</style>
background-color css
<style>
a { background-color: #90320E; }
a { background-color: rgb(144,50,14); }
div.DivClassName
{
background-color: #90320E;
}
.BgClassName
{
background-color: #90320E;
}
</style>
border-color css
<style>
span { border-color: #90320E; }
span { border-color: rgb(144,50,14); }
td.TdClassName
{
border-color: #90320E;
}
.TagClassName
{
border-color: #90320E;
}
</style>