Shades of Crusoe #0A5321
Tints of Crusoe #0A5321
RGB
CMYK
RGB Variations
Color information
#0A5321 (or 0x0A5321) is known color: Crusoe. HEX triplet: 0A, 53 and 21. RGB value is (10,83,33). Sum of RGB (Red+Green+Blue) = 10+83+33=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5321 is #F5ACDE. Grayscale: #373737. Windows color (decimal): -16100575 or 2183946. OLE color: 2183946.
HSL color Cylindrical-coordinate representation of color #0A5321: hue angle of 138.9º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5321 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 33 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.67 |
| HSL | 138.9º | 0.78% | 0.18% | - |
| HSV(B) | 138.9º | 0.88% | 0.33% | - |
| XYZ | 3.49 | 6.36 | 2.48 | - |
| YUV | 55.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 33 | 0.88 | 0 | 0.60 | 0.67 | 138.9 | 0.78 | 0.18 |
| Hex | A | 53 | 21 | 58 | 0 | 3C | 43 | 8B | 4E | 12 |
| Octal | 12 | 123 | 41 | 130 | 0 | 74 | 103 | 213 | 116 | 22 |
| Binary | 1010 | 1010011 | 100001 | 1011000 | 0 | 111100 | 1000011 | 10001011 | 1001110 | 10010 |
Color Harmonies of #0A5321
Complementary color
Monochromatic Colors of #0A5321
Black with #0A5321
Text Example
Text Example
White with #0A5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5321; }
p { color: rgb(10,83,33); }
H1.HeaderClassName
{
color: #0A5321;
}
.AnyTagClassName
{
color: #0A5321;
}
</style>
background-color css
<style>
a { background-color: #0A5321; }
a { background-color: rgb(10,83,33); }
div.DivClassName
{
background-color: #0A5321;
}
.BgClassName
{
background-color: #0A5321;
}
</style>
border-color css
<style>
span { border-color: #0A5321; }
span { border-color: rgb(10,83,33); }
td.TdClassName
{
border-color: #0A5321;
}
.TagClassName
{
border-color: #0A5321;
}
</style>