Shades of Saddle Brown #90510D
Tints of Saddle Brown #90510D
RGB
CMYK
RGB Variations
Color information
#90510D (or 0x90510D) is known color: Saddle Brown. HEX triplet: 90, 51 and 0D. RGB value is (144,81,13). Sum of RGB (Red+Green+Blue) = 144+81+13=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90510D is #6FAEF2. Grayscale: #5C5C5C. Windows color (decimal): -7319283 or 872848. OLE color: 872848.
HSL color Cylindrical-coordinate representation of color #90510D: hue angle of 31.15º 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 #90510D is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 13 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.44 |
| HSL | 31.15º | 0.83% | 0.31% | - |
| HSV(B) | 31.15º | 0.91% | 0.56% | - |
| XYZ | 14.52 | 11.84 | 1.9 | - |
| YUV | 92.09 | 83.37 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 13 | 0 | 0.44 | 0.91 | 0.44 | 31.15 | 0.83 | 0.31 |
| Hex | 90 | 51 | D | 0 | 2C | 5B | 2C | 1F | 53 | 1F |
| Octal | 220 | 121 | 15 | 0 | 54 | 133 | 54 | 37 | 123 | 37 |
| Binary | 10010000 | 1010001 | 1101 | 0 | 101100 | 1011011 | 101100 | 11111 | 1010011 | 11111 |
Color Harmonies of #90510D
Complementary color
Monochromatic Colors of #90510D
Black with #90510D
Text Example
Text Example
White with #90510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90510D; }
p { color: rgb(144,81,13); }
H1.HeaderClassName
{
color: #90510D;
}
.AnyTagClassName
{
color: #90510D;
}
</style>
background-color css
<style>
a { background-color: #90510D; }
a { background-color: rgb(144,81,13); }
div.DivClassName
{
background-color: #90510D;
}
.BgClassName
{
background-color: #90510D;
}
</style>
border-color css
<style>
span { border-color: #90510D; }
span { border-color: rgb(144,81,13); }
td.TdClassName
{
border-color: #90510D;
}
.TagClassName
{
border-color: #90510D;
}
</style>