Shades of Crusoe #08562C
Tints of Crusoe #08562C
RGB
CMYK
RGB Variations
Color information
#08562C (or 0x08562C) is known color: Crusoe. HEX triplet: 08, 56 and 2C. RGB value is (8,86,44). Sum of RGB (Red+Green+Blue) = 8+86+44=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #08562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08562C is #F7A9D3. Grayscale: #393939. Windows color (decimal): -16230868 or 2905608. OLE color: 2905608.
HSL color Cylindrical-coordinate representation of color #08562C: hue angle of 147.69º 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 #08562C is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 86 | 44 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.66 |
| HSL | 147.69º | 0.83% | 0.18% | - |
| HSV(B) | 147.69º | 0.91% | 0.34% | - |
| XYZ | 3.88 | 6.89 | 3.51 | - |
| YUV | 57.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 44 | 0.91 | 0 | 0.49 | 0.66 | 147.69 | 0.83 | 0.18 |
| Hex | 8 | 56 | 2C | 5B | 0 | 31 | 42 | 94 | 53 | 12 |
| Octal | 10 | 126 | 54 | 133 | 0 | 61 | 102 | 224 | 123 | 22 |
| Binary | 1000 | 1010110 | 101100 | 1011011 | 0 | 110001 | 1000010 | 10010100 | 1010011 | 10010 |
Color Harmonies of #08562C
Complementary color
Monochromatic Colors of #08562C
Black with #08562C
Text Example
Text Example
White with #08562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08562C; }
p { color: rgb(8,86,44); }
H1.HeaderClassName
{
color: #08562C;
}
.AnyTagClassName
{
color: #08562C;
}
</style>
background-color css
<style>
a { background-color: #08562C; }
a { background-color: rgb(8,86,44); }
div.DivClassName
{
background-color: #08562C;
}
.BgClassName
{
background-color: #08562C;
}
</style>
border-color css
<style>
span { border-color: #08562C; }
span { border-color: rgb(8,86,44); }
td.TdClassName
{
border-color: #08562C;
}
.TagClassName
{
border-color: #08562C;
}
</style>