Shades of Saddle Brown #90530D
Tints of Saddle Brown #90530D
RGB
CMYK
RGB Variations
Color information
#90530D (or 0x90530D) is known color: Saddle Brown. HEX triplet: 90, 53 and 0D. RGB value is (144,83,13). Sum of RGB (Red+Green+Blue) = 144+83+13=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90530D is #6FACF2. Grayscale: #5D5D5D. Windows color (decimal): -7318771 or 873360. OLE color: 873360.
HSL color Cylindrical-coordinate representation of color #90530D: hue angle of 32.06º 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 #90530D is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 13 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.44 |
| HSL | 32.06º | 0.83% | 0.31% | - |
| HSV(B) | 32.06º | 0.91% | 0.56% | - |
| XYZ | 14.67 | 12.14 | 1.95 | - |
| YUV | 93.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 13 | 0 | 0.42 | 0.91 | 0.44 | 32.06 | 0.83 | 0.31 |
| Hex | 90 | 53 | D | 0 | 2A | 5B | 2C | 20 | 53 | 1F |
| Octal | 220 | 123 | 15 | 0 | 52 | 133 | 54 | 40 | 123 | 37 |
| Binary | 10010000 | 1010011 | 1101 | 0 | 101010 | 1011011 | 101100 | 100000 | 1010011 | 11111 |
Color Harmonies of #90530D
Complementary color
Monochromatic Colors of #90530D
Black with #90530D
Text Example
Text Example
White with #90530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90530D; }
p { color: rgb(144,83,13); }
H1.HeaderClassName
{
color: #90530D;
}
.AnyTagClassName
{
color: #90530D;
}
</style>
background-color css
<style>
a { background-color: #90530D; }
a { background-color: rgb(144,83,13); }
div.DivClassName
{
background-color: #90530D;
}
.BgClassName
{
background-color: #90530D;
}
</style>
border-color css
<style>
span { border-color: #90530D; }
span { border-color: rgb(144,83,13); }
td.TdClassName
{
border-color: #90530D;
}
.TagClassName
{
border-color: #90530D;
}
</style>