Shades of Crusoe #085321
Tints of Crusoe #085321
RGB
CMYK
RGB Variations
Color information
#085321 (or 0x085321) is known color: Crusoe. HEX triplet: 08, 53 and 21. RGB value is (8,83,33). Sum of RGB (Red+Green+Blue) = 8+83+33=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #085321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085321 is #F7ACDE. Grayscale: #373737. Windows color (decimal): -16231647 or 2183944. OLE color: 2183944.
HSL color Cylindrical-coordinate representation of color #085321: hue angle of 140º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085321 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 33 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.67 |
| HSL | 140º | 0.82% | 0.18% | - |
| HSV(B) | 140º | 0.9% | 0.33% | - |
| XYZ | 3.47 | 6.35 | 2.48 | - |
| YUV | 54.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 33 | 0.90 | 0 | 0.60 | 0.67 | 140 | 0.82 | 0.18 |
| Hex | 8 | 53 | 21 | 5A | 0 | 3C | 43 | 8C | 52 | 12 |
| Octal | 10 | 123 | 41 | 132 | 0 | 74 | 103 | 214 | 122 | 22 |
| Binary | 1000 | 1010011 | 100001 | 1011010 | 0 | 111100 | 1000011 | 10001100 | 1010010 | 10010 |
Color Harmonies of #085321
Complementary color
Monochromatic Colors of #085321
Black with #085321
Text Example
Text Example
White with #085321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085321; }
p { color: rgb(8,83,33); }
H1.HeaderClassName
{
color: #085321;
}
.AnyTagClassName
{
color: #085321;
}
</style>
background-color css
<style>
a { background-color: #085321; }
a { background-color: rgb(8,83,33); }
div.DivClassName
{
background-color: #085321;
}
.BgClassName
{
background-color: #085321;
}
</style>
border-color css
<style>
span { border-color: #085321; }
span { border-color: rgb(8,83,33); }
td.TdClassName
{
border-color: #085321;
}
.TagClassName
{
border-color: #085321;
}
</style>