Shades of Crusoe #08562E
Tints of Crusoe #08562E
RGB
CMYK
RGB Variations
Color information
#08562E (or 0x08562E) is known color: Crusoe. HEX triplet: 08, 56 and 2E. RGB value is (8,86,46). Sum of RGB (Red+Green+Blue) = 8+86+46=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #08562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08562E is #F7A9D1. Grayscale: #3A3A3A. Windows color (decimal): -16230866 or 3036680. OLE color: 3036680.
HSL color Cylindrical-coordinate representation of color #08562E: hue angle of 149.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08562E is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 46 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.66 |
| HSL | 149.23º | 0.83% | 0.18% | - |
| HSV(B) | 149.23º | 0.91% | 0.34% | - |
| XYZ | 3.92 | 6.9 | 3.71 | - |
| YUV | 58.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 46 | 0.91 | 0 | 0.47 | 0.66 | 149.23 | 0.83 | 0.18 |
| Hex | 8 | 56 | 2E | 5B | 0 | 2F | 42 | 95 | 53 | 12 |
| Octal | 10 | 126 | 56 | 133 | 0 | 57 | 102 | 225 | 123 | 22 |
| Binary | 1000 | 1010110 | 101110 | 1011011 | 0 | 101111 | 1000010 | 10010101 | 1010011 | 10010 |
Color Harmonies of #08562E
Complementary color
Monochromatic Colors of #08562E
Black with #08562E
Text Example
Text Example
White with #08562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08562E; }
p { color: rgb(8,86,46); }
H1.HeaderClassName
{
color: #08562E;
}
.AnyTagClassName
{
color: #08562E;
}
</style>
background-color css
<style>
a { background-color: #08562E; }
a { background-color: rgb(8,86,46); }
div.DivClassName
{
background-color: #08562E;
}
.BgClassName
{
background-color: #08562E;
}
</style>
border-color css
<style>
span { border-color: #08562E; }
span { border-color: rgb(8,86,46); }
td.TdClassName
{
border-color: #08562E;
}
.TagClassName
{
border-color: #08562E;
}
</style>