Shades of Crusoe #085F2C
Tints of Crusoe #085F2C
RGB
CMYK
RGB Variations
Color information
#085F2C (or 0x085F2C) is known color: Crusoe. HEX triplet: 08, 5F and 2C. RGB value is (8,95,44). Sum of RGB (Red+Green+Blue) = 8+95+44=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #085F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F2C is #F7A0D3. Grayscale: #3F3F3F. Windows color (decimal): -16228564 or 2907912. OLE color: 2907912.
HSL color Cylindrical-coordinate representation of color #085F2C: hue angle of 144.83º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F2C is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 44 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.63 |
| HSL | 144.83º | 0.84% | 0.2% | - |
| HSV(B) | 144.83º | 0.92% | 0.37% | - |
| XYZ | 4.65 | 8.42 | 3.76 | - |
| YUV | 63.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 44 | 0.92 | 0 | 0.54 | 0.63 | 144.83 | 0.84 | 0.2 |
| Hex | 8 | 5F | 2C | 5C | 0 | 36 | 3F | 91 | 54 | 14 |
| Octal | 10 | 137 | 54 | 134 | 0 | 66 | 77 | 221 | 124 | 24 |
| Binary | 1000 | 1011111 | 101100 | 1011100 | 0 | 110110 | 111111 | 10010001 | 1010100 | 10100 |
Color Harmonies of #085F2C
Complementary color
Monochromatic Colors of #085F2C
Black with #085F2C
Text Example
Text Example
White with #085F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F2C; }
p { color: rgb(8,95,44); }
H1.HeaderClassName
{
color: #085F2C;
}
.AnyTagClassName
{
color: #085F2C;
}
</style>
background-color css
<style>
a { background-color: #085F2C; }
a { background-color: rgb(8,95,44); }
div.DivClassName
{
background-color: #085F2C;
}
.BgClassName
{
background-color: #085F2C;
}
</style>
border-color css
<style>
span { border-color: #085F2C; }
span { border-color: rgb(8,95,44); }
td.TdClassName
{
border-color: #085F2C;
}
.TagClassName
{
border-color: #085F2C;
}
</style>