Shades of Crusoe #085327
Tints of Crusoe #085327
RGB
CMYK
RGB Variations
Color information
#085327 (or 0x085327) is known color: Crusoe. HEX triplet: 08, 53 and 27. RGB value is (8,83,39). Sum of RGB (Red+Green+Blue) = 8+83+39=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #085327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085327 is #F7ACD8. Grayscale: #373737. Windows color (decimal): -16231641 or 2577160. OLE color: 2577160.
HSL color Cylindrical-coordinate representation of color #085327: hue angle of 144.8º 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 #085327 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 39 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.67 |
| HSL | 144.8º | 0.82% | 0.18% | - |
| HSV(B) | 144.8º | 0.9% | 0.33% | - |
| XYZ | 3.56 | 6.38 | 2.96 | - |
| YUV | 55.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 39 | 0.90 | 0 | 0.53 | 0.67 | 144.8 | 0.82 | 0.18 |
| Hex | 8 | 53 | 27 | 5A | 0 | 35 | 43 | 91 | 52 | 12 |
| Octal | 10 | 123 | 47 | 132 | 0 | 65 | 103 | 221 | 122 | 22 |
| Binary | 1000 | 1010011 | 100111 | 1011010 | 0 | 110101 | 1000011 | 10010001 | 1010010 | 10010 |
Color Harmonies of #085327
Complementary color
Monochromatic Colors of #085327
Black with #085327
Text Example
Text Example
White with #085327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085327; }
p { color: rgb(8,83,39); }
H1.HeaderClassName
{
color: #085327;
}
.AnyTagClassName
{
color: #085327;
}
</style>
background-color css
<style>
a { background-color: #085327; }
a { background-color: rgb(8,83,39); }
div.DivClassName
{
background-color: #085327;
}
.BgClassName
{
background-color: #085327;
}
</style>
border-color css
<style>
span { border-color: #085327; }
span { border-color: rgb(8,83,39); }
td.TdClassName
{
border-color: #085327;
}
.TagClassName
{
border-color: #085327;
}
</style>