Shades of Crusoe #085815
Tints of Crusoe #085815
RGB
CMYK
RGB Variations
Color information
#085815 (or 0x085815) is known color: Crusoe. HEX triplet: 08, 58 and 15. RGB value is (8,88,21). Sum of RGB (Red+Green+Blue) = 8+88+21=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #085815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085815 is #F7A7EA. Grayscale: #383838. Windows color (decimal): -16230379 or 1398792. OLE color: 1398792.
HSL color Cylindrical-coordinate representation of color #085815: hue angle of 129.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 #085815 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 21 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.65 |
| HSL | 129.75º | 0.83% | 0.19% | - |
| HSV(B) | 129.75º | 0.91% | 0.35% | - |
| XYZ | 3.73 | 7.09 | 1.88 | - |
| YUV | 56.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 21 | 0.91 | 0 | 0.76 | 0.65 | 129.75 | 0.83 | 0.19 |
| Hex | 8 | 58 | 15 | 5B | 0 | 4C | 41 | 82 | 53 | 13 |
| Octal | 10 | 130 | 25 | 133 | 0 | 114 | 101 | 202 | 123 | 23 |
| Binary | 1000 | 1011000 | 10101 | 1011011 | 0 | 1001100 | 1000001 | 10000010 | 1010011 | 10011 |
Color Harmonies of #085815
Complementary color
Monochromatic Colors of #085815
Black with #085815
Text Example
Text Example
White with #085815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085815; }
p { color: rgb(8,88,21); }
H1.HeaderClassName
{
color: #085815;
}
.AnyTagClassName
{
color: #085815;
}
</style>
background-color css
<style>
a { background-color: #085815; }
a { background-color: rgb(8,88,21); }
div.DivClassName
{
background-color: #085815;
}
.BgClassName
{
background-color: #085815;
}
</style>
border-color css
<style>
span { border-color: #085815; }
span { border-color: rgb(8,88,21); }
td.TdClassName
{
border-color: #085815;
}
.TagClassName
{
border-color: #085815;
}
</style>