Shades of Crusoe #085324
Tints of Crusoe #085324
RGB
CMYK
RGB Variations
Color information
#085324 (or 0x085324) is known color: Crusoe. HEX triplet: 08, 53 and 24. RGB value is (8,83,36). Sum of RGB (Red+Green+Blue) = 8+83+36=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #085324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085324 is #F7ACDB. Grayscale: #373737. Windows color (decimal): -16231644 or 2380552. OLE color: 2380552.
HSL color Cylindrical-coordinate representation of color #085324: hue angle of 142.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085324 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 36 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.67 |
| HSL | 142.4º | 0.82% | 0.18% | - |
| HSV(B) | 142.4º | 0.9% | 0.33% | - |
| XYZ | 3.51 | 6.37 | 2.71 | - |
| YUV | 55.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 36 | 0.90 | 0 | 0.57 | 0.67 | 142.4 | 0.82 | 0.18 |
| Hex | 8 | 53 | 24 | 5A | 0 | 39 | 43 | 8E | 52 | 12 |
| Octal | 10 | 123 | 44 | 132 | 0 | 71 | 103 | 216 | 122 | 22 |
| Binary | 1000 | 1010011 | 100100 | 1011010 | 0 | 111001 | 1000011 | 10001110 | 1010010 | 10010 |
Color Harmonies of #085324
Complementary color
Monochromatic Colors of #085324
Black with #085324
Text Example
Text Example
White with #085324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085324; }
p { color: rgb(8,83,36); }
H1.HeaderClassName
{
color: #085324;
}
.AnyTagClassName
{
color: #085324;
}
</style>
background-color css
<style>
a { background-color: #085324; }
a { background-color: rgb(8,83,36); }
div.DivClassName
{
background-color: #085324;
}
.BgClassName
{
background-color: #085324;
}
</style>
border-color css
<style>
span { border-color: #085324; }
span { border-color: rgb(8,83,36); }
td.TdClassName
{
border-color: #085324;
}
.TagClassName
{
border-color: #085324;
}
</style>