Shades of Saddle Brown #90530A
Tints of Saddle Brown #90530A
RGB
CMYK
RGB Variations
Color information
#90530A (or 0x90530A) is known color: Saddle Brown. HEX triplet: 90, 53 and 0A. RGB value is (144,83,10). Sum of RGB (Red+Green+Blue) = 144+83+10=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90530A is #6FACF5. Grayscale: #5D5D5D. Windows color (decimal): -7318774 or 676752. OLE color: 676752.
HSL color Cylindrical-coordinate representation of color #90530A: hue angle of 32.69º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90530A is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 10 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.44 |
| HSL | 32.69º | 0.87% | 0.3% | - |
| HSV(B) | 32.69º | 0.93% | 0.56% | - |
| XYZ | 14.65 | 12.14 | 1.86 | - |
| YUV | 92.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 10 | 0 | 0.42 | 0.93 | 0.44 | 32.69 | 0.87 | 0.3 |
| Hex | 90 | 53 | A | 0 | 2A | 5D | 2C | 21 | 57 | 1E |
| Octal | 220 | 123 | 12 | 0 | 52 | 135 | 54 | 41 | 127 | 36 |
| Binary | 10010000 | 1010011 | 1010 | 0 | 101010 | 1011101 | 101100 | 100001 | 1010111 | 11110 |
Color Harmonies of #90530A
Complementary color
Monochromatic Colors of #90530A
Black with #90530A
Text Example
Text Example
White with #90530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90530A; }
p { color: rgb(144,83,10); }
H1.HeaderClassName
{
color: #90530A;
}
.AnyTagClassName
{
color: #90530A;
}
</style>
background-color css
<style>
a { background-color: #90530A; }
a { background-color: rgb(144,83,10); }
div.DivClassName
{
background-color: #90530A;
}
.BgClassName
{
background-color: #90530A;
}
</style>
border-color css
<style>
span { border-color: #90530A; }
span { border-color: rgb(144,83,10); }
td.TdClassName
{
border-color: #90530A;
}
.TagClassName
{
border-color: #90530A;
}
</style>