Shades of Crusoe #085927
Tints of Crusoe #085927
RGB
CMYK
RGB Variations
Color information
#085927 (or 0x085927) is known color: Crusoe. HEX triplet: 08, 59 and 27. RGB value is (8,89,39). Sum of RGB (Red+Green+Blue) = 8+89+39=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #085927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085927 is #F7A6D8. Grayscale: #3B3B3B. Windows color (decimal): -16230105 or 2578696. OLE color: 2578696.
HSL color Cylindrical-coordinate representation of color #085927: hue angle of 142.96º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085927 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 39 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.65 |
| HSL | 142.96º | 0.84% | 0.19% | - |
| HSV(B) | 142.96º | 0.91% | 0.35% | - |
| XYZ | 4.04 | 7.34 | 3.12 | - |
| YUV | 59.08 | 116.66 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 39 | 0.91 | 0 | 0.56 | 0.65 | 142.96 | 0.84 | 0.19 |
| Hex | 8 | 59 | 27 | 5B | 0 | 38 | 41 | 8F | 54 | 13 |
| Octal | 10 | 131 | 47 | 133 | 0 | 70 | 101 | 217 | 124 | 23 |
| Binary | 1000 | 1011001 | 100111 | 1011011 | 0 | 111000 | 1000001 | 10001111 | 1010100 | 10011 |
Color Harmonies of #085927
Complementary color
Monochromatic Colors of #085927
Black with #085927
Text Example
Text Example
White with #085927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085927; }
p { color: rgb(8,89,39); }
H1.HeaderClassName
{
color: #085927;
}
.AnyTagClassName
{
color: #085927;
}
</style>
background-color css
<style>
a { background-color: #085927; }
a { background-color: rgb(8,89,39); }
div.DivClassName
{
background-color: #085927;
}
.BgClassName
{
background-color: #085927;
}
</style>
border-color css
<style>
span { border-color: #085927; }
span { border-color: rgb(8,89,39); }
td.TdClassName
{
border-color: #085927;
}
.TagClassName
{
border-color: #085927;
}
</style>