Shades of Crusoe #085923
Tints of Crusoe #085923
RGB
CMYK
RGB Variations
Color information
#085923 (or 0x085923) is known color: Crusoe. HEX triplet: 08, 59 and 23. RGB value is (8,89,35). Sum of RGB (Red+Green+Blue) = 8+89+35=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #085923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085923 is #F7A6DC. Grayscale: #3A3A3A. Windows color (decimal): -16230109 or 2316552. OLE color: 2316552.
HSL color Cylindrical-coordinate representation of color #085923: hue angle of 140º degrees, saturation: 0.84, 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 #085923 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 35 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.65 |
| HSL | 140º | 0.84% | 0.19% | - |
| HSV(B) | 140º | 0.91% | 0.35% | - |
| XYZ | 3.98 | 7.32 | 2.79 | - |
| YUV | 58.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 35 | 0.91 | 0 | 0.61 | 0.65 | 140 | 0.84 | 0.19 |
| Hex | 8 | 59 | 23 | 5B | 0 | 3D | 41 | 8C | 54 | 13 |
| Octal | 10 | 131 | 43 | 133 | 0 | 75 | 101 | 214 | 124 | 23 |
| Binary | 1000 | 1011001 | 100011 | 1011011 | 0 | 111101 | 1000001 | 10001100 | 1010100 | 10011 |
Color Harmonies of #085923
Complementary color
Monochromatic Colors of #085923
Black with #085923
Text Example
Text Example
White with #085923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085923; }
p { color: rgb(8,89,35); }
H1.HeaderClassName
{
color: #085923;
}
.AnyTagClassName
{
color: #085923;
}
</style>
background-color css
<style>
a { background-color: #085923; }
a { background-color: rgb(8,89,35); }
div.DivClassName
{
background-color: #085923;
}
.BgClassName
{
background-color: #085923;
}
</style>
border-color css
<style>
span { border-color: #085923; }
span { border-color: rgb(8,89,35); }
td.TdClassName
{
border-color: #085923;
}
.TagClassName
{
border-color: #085923;
}
</style>