Shades of Crusoe #085822
Tints of Crusoe #085822
RGB
CMYK
RGB Variations
Color information
#085822 (or 0x085822) is known color: Crusoe. HEX triplet: 08, 58 and 22. RGB value is (8,88,34). Sum of RGB (Red+Green+Blue) = 8+88+34=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 88 (34.77% from 255 or 67.69% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 88 - color contains mainly: green. Hex color #085822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085822 is #F7A7DD. Grayscale: #3A3A3A. Windows color (decimal): -16230366 or 2250760. OLE color: 2250760.
HSL color Cylindrical-coordinate representation of color #085822: hue angle of 139.5º degrees, saturation: 0.83, 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 #085822 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 34 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.65 |
| HSL | 139.5º | 0.83% | 0.19% | - |
| HSV(B) | 139.5º | 0.91% | 0.35% | - |
| XYZ | 3.88 | 7.15 | 2.69 | - |
| YUV | 57.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 34 | 0.91 | 0 | 0.61 | 0.65 | 139.5 | 0.83 | 0.19 |
| Hex | 8 | 58 | 22 | 5B | 0 | 3D | 41 | 8C | 53 | 13 |
| Octal | 10 | 130 | 42 | 133 | 0 | 75 | 101 | 214 | 123 | 23 |
| Binary | 1000 | 1011000 | 100010 | 1011011 | 0 | 111101 | 1000001 | 10001100 | 1010011 | 10011 |
Color Harmonies of #085822
Complementary color
Monochromatic Colors of #085822
Black with #085822
Text Example
Text Example
White with #085822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085822; }
p { color: rgb(8,88,34); }
H1.HeaderClassName
{
color: #085822;
}
.AnyTagClassName
{
color: #085822;
}
</style>
background-color css
<style>
a { background-color: #085822; }
a { background-color: rgb(8,88,34); }
div.DivClassName
{
background-color: #085822;
}
.BgClassName
{
background-color: #085822;
}
</style>
border-color css
<style>
span { border-color: #085822; }
span { border-color: rgb(8,88,34); }
td.TdClassName
{
border-color: #085822;
}
.TagClassName
{
border-color: #085822;
}
</style>