Shades of Crusoe #085422
Tints of Crusoe #085422
RGB
CMYK
RGB Variations
Color information
#085422 (or 0x085422) is known color: Crusoe. HEX triplet: 08, 54 and 22. RGB value is (8,84,34). Sum of RGB (Red+Green+Blue) = 8+84+34=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #085422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085422 is #F7ABDD. Grayscale: #373737. Windows color (decimal): -16231390 or 2249736. OLE color: 2249736.
HSL color Cylindrical-coordinate representation of color #085422: hue angle of 140.53º 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 #085422 is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 34 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.67 |
| HSL | 140.53º | 0.83% | 0.18% | - |
| HSV(B) | 140.53º | 0.9% | 0.33% | - |
| XYZ | 3.56 | 6.51 | 2.58 | - |
| YUV | 55.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 34 | 0.90 | 0 | 0.60 | 0.67 | 140.53 | 0.83 | 0.18 |
| Hex | 8 | 54 | 22 | 5A | 0 | 3C | 43 | 8D | 53 | 12 |
| Octal | 10 | 124 | 42 | 132 | 0 | 74 | 103 | 215 | 123 | 22 |
| Binary | 1000 | 1010100 | 100010 | 1011010 | 0 | 111100 | 1000011 | 10001101 | 1010011 | 10010 |
Color Harmonies of #085422
Complementary color
Monochromatic Colors of #085422
Black with #085422
Text Example
Text Example
White with #085422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085422; }
p { color: rgb(8,84,34); }
H1.HeaderClassName
{
color: #085422;
}
.AnyTagClassName
{
color: #085422;
}
</style>
background-color css
<style>
a { background-color: #085422; }
a { background-color: rgb(8,84,34); }
div.DivClassName
{
background-color: #085422;
}
.BgClassName
{
background-color: #085422;
}
</style>
border-color css
<style>
span { border-color: #085422; }
span { border-color: rgb(8,84,34); }
td.TdClassName
{
border-color: #085422;
}
.TagClassName
{
border-color: #085422;
}
</style>