Shades of Crusoe #085621
Tints of Crusoe #085621
RGB
CMYK
RGB Variations
Color information
#085621 (or 0x085621) is known color: Crusoe. HEX triplet: 08, 56 and 21. RGB value is (8,86,33). Sum of RGB (Red+Green+Blue) = 8+86+33=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #085621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085621 is #F7A9DE. Grayscale: #383838. Windows color (decimal): -16230879 or 2184712. OLE color: 2184712.
HSL color Cylindrical-coordinate representation of color #085621: hue angle of 139.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085621 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 33 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.66 |
| HSL | 139.23º | 0.83% | 0.18% | - |
| HSV(B) | 139.23º | 0.91% | 0.34% | - |
| XYZ | 3.7 | 6.82 | 2.56 | - |
| YUV | 56.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 33 | 0.91 | 0 | 0.62 | 0.66 | 139.23 | 0.83 | 0.18 |
| Hex | 8 | 56 | 21 | 5B | 0 | 3E | 42 | 8B | 53 | 12 |
| Octal | 10 | 126 | 41 | 133 | 0 | 76 | 102 | 213 | 123 | 22 |
| Binary | 1000 | 1010110 | 100001 | 1011011 | 0 | 111110 | 1000010 | 10001011 | 1010011 | 10010 |
Color Harmonies of #085621
Complementary color
Monochromatic Colors of #085621
Black with #085621
Text Example
Text Example
White with #085621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085621; }
p { color: rgb(8,86,33); }
H1.HeaderClassName
{
color: #085621;
}
.AnyTagClassName
{
color: #085621;
}
</style>
background-color css
<style>
a { background-color: #085621; }
a { background-color: rgb(8,86,33); }
div.DivClassName
{
background-color: #085621;
}
.BgClassName
{
background-color: #085621;
}
</style>
border-color css
<style>
span { border-color: #085621; }
span { border-color: rgb(8,86,33); }
td.TdClassName
{
border-color: #085621;
}
.TagClassName
{
border-color: #085621;
}
</style>