Shades of Crusoe #085D1F
Tints of Crusoe #085D1F
RGB
CMYK
RGB Variations
Color information
#085D1F (or 0x085D1F) is known color: Crusoe. HEX triplet: 08, 5D and 1F. RGB value is (8,93,31). Sum of RGB (Red+Green+Blue) = 8+93+31=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1F is #F7A2E0. Grayscale: #3C3C3C. Windows color (decimal): -16229089 or 2055432. OLE color: 2055432.
HSL color Cylindrical-coordinate representation of color #085D1F: hue angle of 136.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D1F is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 31 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.64 |
| HSL | 136.24º | 0.84% | 0.2% | - |
| HSV(B) | 136.24º | 0.91% | 0.36% | - |
| XYZ | 4.26 | 7.98 | 2.61 | - |
| YUV | 60.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 31 | 0.91 | 0 | 0.67 | 0.64 | 136.24 | 0.84 | 0.2 |
| Hex | 8 | 5D | 1F | 5B | 0 | 43 | 40 | 88 | 54 | 14 |
| Octal | 10 | 135 | 37 | 133 | 0 | 103 | 100 | 210 | 124 | 24 |
| Binary | 1000 | 1011101 | 11111 | 1011011 | 0 | 1000011 | 1000000 | 10001000 | 1010100 | 10100 |
Color Harmonies of #085D1F
Complementary color
Monochromatic Colors of #085D1F
Black with #085D1F
Text Example
Text Example
White with #085D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D1F; }
p { color: rgb(8,93,31); }
H1.HeaderClassName
{
color: #085D1F;
}
.AnyTagClassName
{
color: #085D1F;
}
</style>
background-color css
<style>
a { background-color: #085D1F; }
a { background-color: rgb(8,93,31); }
div.DivClassName
{
background-color: #085D1F;
}
.BgClassName
{
background-color: #085D1F;
}
</style>
border-color css
<style>
span { border-color: #085D1F; }
span { border-color: rgb(8,93,31); }
td.TdClassName
{
border-color: #085D1F;
}
.TagClassName
{
border-color: #085D1F;
}
</style>