Shades of Crusoe #085722
Tints of Crusoe #085722
RGB
CMYK
RGB Variations
Color information
#085722 (or 0x085722) is known color: Crusoe. HEX triplet: 08, 57 and 22. RGB value is (8,87,34). Sum of RGB (Red+Green+Blue) = 8+87+34=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 87 (34.38% from 255 or 67.44% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 87 - color contains mainly: green. Hex color #085722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085722 is #F7A8DD. Grayscale: #393939. Windows color (decimal): -16230622 or 2250504. OLE color: 2250504.
HSL color Cylindrical-coordinate representation of color #085722: hue angle of 139.75º 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 #085722 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 34 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.66 |
| HSL | 139.75º | 0.83% | 0.19% | - |
| HSV(B) | 139.75º | 0.91% | 0.34% | - |
| XYZ | 3.8 | 6.98 | 2.66 | - |
| YUV | 57.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 34 | 0.91 | 0 | 0.61 | 0.66 | 139.75 | 0.83 | 0.19 |
| Hex | 8 | 57 | 22 | 5B | 0 | 3D | 42 | 8C | 53 | 13 |
| Octal | 10 | 127 | 42 | 133 | 0 | 75 | 102 | 214 | 123 | 23 |
| Binary | 1000 | 1010111 | 100010 | 1011011 | 0 | 111101 | 1000010 | 10001100 | 1010011 | 10011 |
Color Harmonies of #085722
Complementary color
Monochromatic Colors of #085722
Black with #085722
Text Example
Text Example
White with #085722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085722; }
p { color: rgb(8,87,34); }
H1.HeaderClassName
{
color: #085722;
}
.AnyTagClassName
{
color: #085722;
}
</style>
background-color css
<style>
a { background-color: #085722; }
a { background-color: rgb(8,87,34); }
div.DivClassName
{
background-color: #085722;
}
.BgClassName
{
background-color: #085722;
}
</style>
border-color css
<style>
span { border-color: #085722; }
span { border-color: rgb(8,87,34); }
td.TdClassName
{
border-color: #085722;
}
.TagClassName
{
border-color: #085722;
}
</style>