Shades of Crusoe #085821
Tints of Crusoe #085821
RGB
CMYK
RGB Variations
Color information
#085821 (or 0x085821) is known color: Crusoe. HEX triplet: 08, 58 and 21. RGB value is (8,88,33). Sum of RGB (Red+Green+Blue) = 8+88+33=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #085821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085821 is #F7A7DE. Grayscale: #393939. Windows color (decimal): -16230367 or 2185224. OLE color: 2185224.
HSL color Cylindrical-coordinate representation of color #085821: hue angle of 138.75º 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 #085821 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 33 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.65 |
| HSL | 138.75º | 0.83% | 0.19% | - |
| HSV(B) | 138.75º | 0.91% | 0.35% | - |
| XYZ | 3.86 | 7.14 | 2.61 | - |
| YUV | 57.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 33 | 0.91 | 0 | 0.62 | 0.65 | 138.75 | 0.83 | 0.19 |
| Hex | 8 | 58 | 21 | 5B | 0 | 3E | 41 | 8B | 53 | 13 |
| Octal | 10 | 130 | 41 | 133 | 0 | 76 | 101 | 213 | 123 | 23 |
| Binary | 1000 | 1011000 | 100001 | 1011011 | 0 | 111110 | 1000001 | 10001011 | 1010011 | 10011 |
Color Harmonies of #085821
Complementary color
Monochromatic Colors of #085821
Black with #085821
Text Example
Text Example
White with #085821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085821; }
p { color: rgb(8,88,33); }
H1.HeaderClassName
{
color: #085821;
}
.AnyTagClassName
{
color: #085821;
}
</style>
background-color css
<style>
a { background-color: #085821; }
a { background-color: rgb(8,88,33); }
div.DivClassName
{
background-color: #085821;
}
.BgClassName
{
background-color: #085821;
}
</style>
border-color css
<style>
span { border-color: #085821; }
span { border-color: rgb(8,88,33); }
td.TdClassName
{
border-color: #085821;
}
.TagClassName
{
border-color: #085821;
}
</style>