Shades of Crusoe #08572F
Tints of Crusoe #08572F
RGB
CMYK
RGB Variations
Color information
#08572F (or 0x08572F) is known color: Crusoe. HEX triplet: 08, 57 and 2F. RGB value is (8,87,47). Sum of RGB (Red+Green+Blue) = 8+87+47=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #08572F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08572F is #F7A8D0. Grayscale: #3A3A3A. Windows color (decimal): -16230609 or 3102472. OLE color: 3102472.
HSL color Cylindrical-coordinate representation of color #08572F: hue angle of 149.62º 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 #08572F is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 47 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.66 |
| HSL | 149.62º | 0.83% | 0.19% | - |
| HSV(B) | 149.62º | 0.91% | 0.34% | - |
| XYZ | 4.02 | 7.07 | 3.84 | - |
| YUV | 58.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 47 | 0.91 | 0 | 0.46 | 0.66 | 149.62 | 0.83 | 0.19 |
| Hex | 8 | 57 | 2F | 5B | 0 | 2E | 42 | 96 | 53 | 13 |
| Octal | 10 | 127 | 57 | 133 | 0 | 56 | 102 | 226 | 123 | 23 |
| Binary | 1000 | 1010111 | 101111 | 1011011 | 0 | 101110 | 1000010 | 10010110 | 1010011 | 10011 |
Color Harmonies of #08572F
Complementary color
Monochromatic Colors of #08572F
Black with #08572F
Text Example
Text Example
White with #08572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08572F; }
p { color: rgb(8,87,47); }
H1.HeaderClassName
{
color: #08572F;
}
.AnyTagClassName
{
color: #08572F;
}
</style>
background-color css
<style>
a { background-color: #08572F; }
a { background-color: rgb(8,87,47); }
div.DivClassName
{
background-color: #08572F;
}
.BgClassName
{
background-color: #08572F;
}
</style>
border-color css
<style>
span { border-color: #08572F; }
span { border-color: rgb(8,87,47); }
td.TdClassName
{
border-color: #08572F;
}
.TagClassName
{
border-color: #08572F;
}
</style>