Shades of Crusoe #0A5820
Tints of Crusoe #0A5820
RGB
CMYK
RGB Variations
Color information
#0A5820 (or 0x0A5820) is known color: Crusoe. HEX triplet: 0A, 58 and 20. RGB value is (10,88,32). Sum of RGB (Red+Green+Blue) = 10+88+32=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 88 (34.77% from 255 or 67.69% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5820 is #F5A7DF. Grayscale: #3A3A3A. Windows color (decimal): -16099296 or 2119690. OLE color: 2119690.
HSL color Cylindrical-coordinate representation of color #0A5820: hue angle of 136.92º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5820 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 32 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.65 |
| HSL | 136.92º | 0.8% | 0.19% | - |
| HSV(B) | 136.92º | 0.89% | 0.35% | - |
| XYZ | 3.88 | 7.15 | 2.54 | - |
| YUV | 58.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 32 | 0.89 | 0 | 0.64 | 0.65 | 136.92 | 0.8 | 0.19 |
| Hex | A | 58 | 20 | 59 | 0 | 40 | 41 | 89 | 50 | 13 |
| Octal | 12 | 130 | 40 | 131 | 0 | 100 | 101 | 211 | 120 | 23 |
| Binary | 1010 | 1011000 | 100000 | 1011001 | 0 | 1000000 | 1000001 | 10001001 | 1010000 | 10011 |
Color Harmonies of #0A5820
Complementary color
Monochromatic Colors of #0A5820
Black with #0A5820
Text Example
Text Example
White with #0A5820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5820; }
p { color: rgb(10,88,32); }
H1.HeaderClassName
{
color: #0A5820;
}
.AnyTagClassName
{
color: #0A5820;
}
</style>
background-color css
<style>
a { background-color: #0A5820; }
a { background-color: rgb(10,88,32); }
div.DivClassName
{
background-color: #0A5820;
}
.BgClassName
{
background-color: #0A5820;
}
</style>
border-color css
<style>
span { border-color: #0A5820; }
span { border-color: rgb(10,88,32); }
td.TdClassName
{
border-color: #0A5820;
}
.TagClassName
{
border-color: #0A5820;
}
</style>