Shades of Crusoe #08572A
Tints of Crusoe #08572A
RGB
CMYK
RGB Variations
Color information
#08572A (or 0x08572A) is known color: Crusoe. HEX triplet: 08, 57 and 2A. RGB value is (8,87,42). Sum of RGB (Red+Green+Blue) = 8+87+42=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #08572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08572A is #F7A8D5. Grayscale: #3A3A3A. Windows color (decimal): -16230614 or 2774792. OLE color: 2774792.
HSL color Cylindrical-coordinate representation of color #08572A: hue angle of 145.82º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08572A is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 42 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.66 |
| HSL | 145.82º | 0.83% | 0.19% | - |
| HSV(B) | 145.82º | 0.91% | 0.34% | - |
| XYZ | 3.93 | 7.04 | 3.34 | - |
| YUV | 58.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 42 | 0.91 | 0 | 0.52 | 0.66 | 145.82 | 0.83 | 0.19 |
| Hex | 8 | 57 | 2A | 5B | 0 | 34 | 42 | 92 | 53 | 13 |
| Octal | 10 | 127 | 52 | 133 | 0 | 64 | 102 | 222 | 123 | 23 |
| Binary | 1000 | 1010111 | 101010 | 1011011 | 0 | 110100 | 1000010 | 10010010 | 1010011 | 10011 |
Color Harmonies of #08572A
Complementary color
Monochromatic Colors of #08572A
Black with #08572A
Text Example
Text Example
White with #08572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08572A; }
p { color: rgb(8,87,42); }
H1.HeaderClassName
{
color: #08572A;
}
.AnyTagClassName
{
color: #08572A;
}
</style>
background-color css
<style>
a { background-color: #08572A; }
a { background-color: rgb(8,87,42); }
div.DivClassName
{
background-color: #08572A;
}
.BgClassName
{
background-color: #08572A;
}
</style>
border-color css
<style>
span { border-color: #08572A; }
span { border-color: rgb(8,87,42); }
td.TdClassName
{
border-color: #08572A;
}
.TagClassName
{
border-color: #08572A;
}
</style>