Shades of Crusoe #085720
Tints of Crusoe #085720
RGB
CMYK
RGB Variations
Color information
#085720 (or 0x085720) is known color: Crusoe. HEX triplet: 08, 57 and 20. RGB value is (8,87,32). Sum of RGB (Red+Green+Blue) = 8+87+32=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #085720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085720 is #F7A8DF. Grayscale: #393939. Windows color (decimal): -16230624 or 2119432. OLE color: 2119432.
HSL color Cylindrical-coordinate representation of color #085720: hue angle of 138.23º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085720 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 32 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.66 |
| HSL | 138.23º | 0.83% | 0.19% | - |
| HSV(B) | 138.23º | 0.91% | 0.34% | - |
| XYZ | 3.77 | 6.97 | 2.51 | - |
| YUV | 57.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 32 | 0.91 | 0 | 0.63 | 0.66 | 138.23 | 0.83 | 0.19 |
| Hex | 8 | 57 | 20 | 5B | 0 | 3F | 42 | 8A | 53 | 13 |
| Octal | 10 | 127 | 40 | 133 | 0 | 77 | 102 | 212 | 123 | 23 |
| Binary | 1000 | 1010111 | 100000 | 1011011 | 0 | 111111 | 1000010 | 10001010 | 1010011 | 10011 |
Color Harmonies of #085720
Complementary color
Monochromatic Colors of #085720
Black with #085720
Text Example
Text Example
White with #085720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085720; }
p { color: rgb(8,87,32); }
H1.HeaderClassName
{
color: #085720;
}
.AnyTagClassName
{
color: #085720;
}
</style>
background-color css
<style>
a { background-color: #085720; }
a { background-color: rgb(8,87,32); }
div.DivClassName
{
background-color: #085720;
}
.BgClassName
{
background-color: #085720;
}
</style>
border-color css
<style>
span { border-color: #085720; }
span { border-color: rgb(8,87,32); }
td.TdClassName
{
border-color: #085720;
}
.TagClassName
{
border-color: #085720;
}
</style>