Shades of Crusoe #08511C
Tints of Crusoe #08511C
RGB
CMYK
RGB Variations
Color information
#08511C (or 0x08511C) is known color: Crusoe. HEX triplet: 08, 51 and 1C. RGB value is (8,81,28). Sum of RGB (Red+Green+Blue) = 8+81+28=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 81 (32.03% from 255 or 69.23% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 81 - color contains mainly: green. Hex color #08511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08511C is #F7AEE3. Grayscale: #353535. Windows color (decimal): -16232164 or 1855752. OLE color: 1855752.
HSL color Cylindrical-coordinate representation of color #08511C: hue angle of 136.44º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08511C is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 28 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.68 |
| HSL | 136.44º | 0.82% | 0.17% | - |
| HSV(B) | 136.44º | 0.9% | 0.32% | - |
| XYZ | 3.25 | 6.02 | 2.09 | - |
| YUV | 53.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 28 | 0.90 | 0 | 0.65 | 0.68 | 136.44 | 0.82 | 0.17 |
| Hex | 8 | 51 | 1C | 5A | 0 | 41 | 44 | 88 | 52 | 11 |
| Octal | 10 | 121 | 34 | 132 | 0 | 101 | 104 | 210 | 122 | 21 |
| Binary | 1000 | 1010001 | 11100 | 1011010 | 0 | 1000001 | 1000100 | 10001000 | 1010010 | 10001 |
Color Harmonies of #08511C
Complementary color
Monochromatic Colors of #08511C
Black with #08511C
Text Example
Text Example
White with #08511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08511C; }
p { color: rgb(8,81,28); }
H1.HeaderClassName
{
color: #08511C;
}
.AnyTagClassName
{
color: #08511C;
}
</style>
background-color css
<style>
a { background-color: #08511C; }
a { background-color: rgb(8,81,28); }
div.DivClassName
{
background-color: #08511C;
}
.BgClassName
{
background-color: #08511C;
}
</style>
border-color css
<style>
span { border-color: #08511C; }
span { border-color: rgb(8,81,28); }
td.TdClassName
{
border-color: #08511C;
}
.TagClassName
{
border-color: #08511C;
}
</style>