Shades of Crusoe #085416
Tints of Crusoe #085416
RGB
CMYK
RGB Variations
Color information
#085416 (or 0x085416) is known color: Crusoe. HEX triplet: 08, 54 and 16. RGB value is (8,84,22). Sum of RGB (Red+Green+Blue) = 8+84+22=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #085416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085416 is #F7ABE9. Grayscale: #363636. Windows color (decimal): -16231402 or 1463304. OLE color: 1463304.
HSL color Cylindrical-coordinate representation of color #085416: hue angle of 131.05º degrees, saturation: 0.83, 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 #085416 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 22 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.67 |
| HSL | 131.05º | 0.83% | 0.18% | - |
| HSV(B) | 131.05º | 0.9% | 0.33% | - |
| XYZ | 3.42 | 6.45 | 1.82 | - |
| YUV | 54.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 22 | 0.90 | 0 | 0.74 | 0.67 | 131.05 | 0.83 | 0.18 |
| Hex | 8 | 54 | 16 | 5A | 0 | 4A | 43 | 83 | 53 | 12 |
| Octal | 10 | 124 | 26 | 132 | 0 | 112 | 103 | 203 | 123 | 22 |
| Binary | 1000 | 1010100 | 10110 | 1011010 | 0 | 1001010 | 1000011 | 10000011 | 1010011 | 10010 |
Color Harmonies of #085416
Complementary color
Monochromatic Colors of #085416
Black with #085416
Text Example
Text Example
White with #085416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085416; }
p { color: rgb(8,84,22); }
H1.HeaderClassName
{
color: #085416;
}
.AnyTagClassName
{
color: #085416;
}
</style>
background-color css
<style>
a { background-color: #085416; }
a { background-color: rgb(8,84,22); }
div.DivClassName
{
background-color: #085416;
}
.BgClassName
{
background-color: #085416;
}
</style>
border-color css
<style>
span { border-color: #085416; }
span { border-color: rgb(8,84,22); }
td.TdClassName
{
border-color: #085416;
}
.TagClassName
{
border-color: #085416;
}
</style>