Shades of Crusoe #085315
Tints of Crusoe #085315
RGB
CMYK
RGB Variations
Color information
#085315 (or 0x085315) is known color: Crusoe. HEX triplet: 08, 53 and 15. RGB value is (8,83,21). Sum of RGB (Red+Green+Blue) = 8+83+21=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #085315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085315 is #F7ACEA. Grayscale: #353535. Windows color (decimal): -16231659 or 1397512. OLE color: 1397512.
HSL color Cylindrical-coordinate representation of color #085315: hue angle of 130.4º degrees, saturation: 0.82, 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 #085315 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 21 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.67 |
| HSL | 130.4º | 0.82% | 0.18% | - |
| HSV(B) | 130.4º | 0.9% | 0.33% | - |
| XYZ | 3.33 | 6.29 | 1.75 | - |
| YUV | 53.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 21 | 0.90 | 0 | 0.75 | 0.67 | 130.4 | 0.82 | 0.18 |
| Hex | 8 | 53 | 15 | 5A | 0 | 4B | 43 | 82 | 52 | 12 |
| Octal | 10 | 123 | 25 | 132 | 0 | 113 | 103 | 202 | 122 | 22 |
| Binary | 1000 | 1010011 | 10101 | 1011010 | 0 | 1001011 | 1000011 | 10000010 | 1010010 | 10010 |
Color Harmonies of #085315
Complementary color
Monochromatic Colors of #085315
Black with #085315
Text Example
Text Example
White with #085315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085315; }
p { color: rgb(8,83,21); }
H1.HeaderClassName
{
color: #085315;
}
.AnyTagClassName
{
color: #085315;
}
</style>
background-color css
<style>
a { background-color: #085315; }
a { background-color: rgb(8,83,21); }
div.DivClassName
{
background-color: #085315;
}
.BgClassName
{
background-color: #085315;
}
</style>
border-color css
<style>
span { border-color: #085315; }
span { border-color: rgb(8,83,21); }
td.TdClassName
{
border-color: #085315;
}
.TagClassName
{
border-color: #085315;
}
</style>