Shades of Crusoe #085A1F
Tints of Crusoe #085A1F
RGB
CMYK
RGB Variations
Color information
#085A1F (or 0x085A1F) is known color: Crusoe. HEX triplet: 08, 5A and 1F. RGB value is (8,90,31). Sum of RGB (Red+Green+Blue) = 8+90+31=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #085A1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A1F is #F7A5E0. Grayscale: #3A3A3A. Windows color (decimal): -16229857 or 2054664. OLE color: 2054664.
HSL color Cylindrical-coordinate representation of color #085A1F: hue angle of 136.83º 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 #085A1F is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 31 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.65 |
| HSL | 136.83º | 0.84% | 0.19% | - |
| HSV(B) | 136.83º | 0.91% | 0.35% | - |
| XYZ | 4 | 7.46 | 2.53 | - |
| YUV | 58.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 31 | 0.91 | 0 | 0.66 | 0.65 | 136.83 | 0.84 | 0.19 |
| Hex | 8 | 5A | 1F | 5B | 0 | 42 | 41 | 89 | 54 | 13 |
| Octal | 10 | 132 | 37 | 133 | 0 | 102 | 101 | 211 | 124 | 23 |
| Binary | 1000 | 1011010 | 11111 | 1011011 | 0 | 1000010 | 1000001 | 10001001 | 1010100 | 10011 |
Color Harmonies of #085A1F
Complementary color
Monochromatic Colors of #085A1F
Black with #085A1F
Text Example
Text Example
White with #085A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A1F; }
p { color: rgb(8,90,31); }
H1.HeaderClassName
{
color: #085A1F;
}
.AnyTagClassName
{
color: #085A1F;
}
</style>
background-color css
<style>
a { background-color: #085A1F; }
a { background-color: rgb(8,90,31); }
div.DivClassName
{
background-color: #085A1F;
}
.BgClassName
{
background-color: #085A1F;
}
</style>
border-color css
<style>
span { border-color: #085A1F; }
span { border-color: rgb(8,90,31); }
td.TdClassName
{
border-color: #085A1F;
}
.TagClassName
{
border-color: #085A1F;
}
</style>