Shades of Crusoe #085419
Tints of Crusoe #085419
RGB
CMYK
RGB Variations
Color information
#085419 (or 0x085419) is known color: Crusoe. HEX triplet: 08, 54 and 19. RGB value is (8,84,25). Sum of RGB (Red+Green+Blue) = 8+84+25=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #085419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085419 is #F7ABE6. Grayscale: #363636. Windows color (decimal): -16231399 or 1659912. OLE color: 1659912.
HSL color Cylindrical-coordinate representation of color #085419: hue angle of 133.42º degrees, saturation: 0.83, 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 #085419 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 25 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.67 |
| HSL | 133.42º | 0.83% | 0.18% | - |
| HSV(B) | 133.42º | 0.9% | 0.33% | - |
| XYZ | 3.45 | 6.46 | 1.99 | - |
| YUV | 54.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 25 | 0.90 | 0 | 0.70 | 0.67 | 133.42 | 0.83 | 0.18 |
| Hex | 8 | 54 | 19 | 5A | 0 | 46 | 43 | 85 | 53 | 12 |
| Octal | 10 | 124 | 31 | 132 | 0 | 106 | 103 | 205 | 123 | 22 |
| Binary | 1000 | 1010100 | 11001 | 1011010 | 0 | 1000110 | 1000011 | 10000101 | 1010011 | 10010 |
Color Harmonies of #085419
Complementary color
Monochromatic Colors of #085419
Black with #085419
Text Example
Text Example
White with #085419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085419; }
p { color: rgb(8,84,25); }
H1.HeaderClassName
{
color: #085419;
}
.AnyTagClassName
{
color: #085419;
}
</style>
background-color css
<style>
a { background-color: #085419; }
a { background-color: rgb(8,84,25); }
div.DivClassName
{
background-color: #085419;
}
.BgClassName
{
background-color: #085419;
}
</style>
border-color css
<style>
span { border-color: #085419; }
span { border-color: rgb(8,84,25); }
td.TdClassName
{
border-color: #085419;
}
.TagClassName
{
border-color: #085419;
}
</style>