Shades of Crusoe #085415
Tints of Crusoe #085415
RGB
CMYK
RGB Variations
Color information
#085415 (or 0x085415) is known color: Crusoe. HEX triplet: 08, 54 and 15. RGB value is (8,84,21). Sum of RGB (Red+Green+Blue) = 8+84+21=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #085415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085415 is #F7ABEA. Grayscale: #363636. Windows color (decimal): -16231403 or 1397768. OLE color: 1397768.
HSL color Cylindrical-coordinate representation of color #085415: hue angle of 130.26º 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 #085415 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 21 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.67 |
| HSL | 130.26º | 0.83% | 0.18% | - |
| HSV(B) | 130.26º | 0.9% | 0.33% | - |
| XYZ | 3.41 | 6.45 | 1.77 | - |
| YUV | 54.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 21 | 0.90 | 0 | 0.75 | 0.67 | 130.26 | 0.83 | 0.18 |
| Hex | 8 | 54 | 15 | 5A | 0 | 4B | 43 | 82 | 53 | 12 |
| Octal | 10 | 124 | 25 | 132 | 0 | 113 | 103 | 202 | 123 | 22 |
| Binary | 1000 | 1010100 | 10101 | 1011010 | 0 | 1001011 | 1000011 | 10000010 | 1010011 | 10010 |
Color Harmonies of #085415
Complementary color
Monochromatic Colors of #085415
Black with #085415
Text Example
Text Example
White with #085415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085415; }
p { color: rgb(8,84,21); }
H1.HeaderClassName
{
color: #085415;
}
.AnyTagClassName
{
color: #085415;
}
</style>
background-color css
<style>
a { background-color: #085415; }
a { background-color: rgb(8,84,21); }
div.DivClassName
{
background-color: #085415;
}
.BgClassName
{
background-color: #085415;
}
</style>
border-color css
<style>
span { border-color: #085415; }
span { border-color: rgb(8,84,21); }
td.TdClassName
{
border-color: #085415;
}
.TagClassName
{
border-color: #085415;
}
</style>