Shades of Crusoe #08541C
Tints of Crusoe #08541C
RGB
CMYK
RGB Variations
Color information
#08541C (or 0x08541C) is known color: Crusoe. HEX triplet: 08, 54 and 1C. RGB value is (8,84,28). Sum of RGB (Red+Green+Blue) = 8+84+28=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #08541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08541C is #F7ABE3. Grayscale: #373737. Windows color (decimal): -16231396 or 1856520. OLE color: 1856520.
HSL color Cylindrical-coordinate representation of color #08541C: hue angle of 135.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08541C is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 84 | 28 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.67 |
| HSL | 135.79º | 0.83% | 0.18% | - |
| HSV(B) | 135.79º | 0.9% | 0.33% | - |
| XYZ | 3.48 | 6.48 | 2.17 | - |
| YUV | 54.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 84 | 28 | 0.90 | 0 | 0.67 | 0.67 | 135.79 | 0.83 | 0.18 |
| Hex | 8 | 54 | 1C | 5A | 0 | 43 | 43 | 88 | 53 | 12 |
| Octal | 10 | 124 | 34 | 132 | 0 | 103 | 103 | 210 | 123 | 22 |
| Binary | 1000 | 1010100 | 11100 | 1011010 | 0 | 1000011 | 1000011 | 10001000 | 1010011 | 10010 |
Color Harmonies of #08541C
Complementary color
Monochromatic Colors of #08541C
Black with #08541C
Text Example
Text Example
White with #08541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08541C; }
p { color: rgb(8,84,28); }
H1.HeaderClassName
{
color: #08541C;
}
.AnyTagClassName
{
color: #08541C;
}
</style>
background-color css
<style>
a { background-color: #08541C; }
a { background-color: rgb(8,84,28); }
div.DivClassName
{
background-color: #08541C;
}
.BgClassName
{
background-color: #08541C;
}
</style>
border-color css
<style>
span { border-color: #08541C; }
span { border-color: rgb(8,84,28); }
td.TdClassName
{
border-color: #08541C;
}
.TagClassName
{
border-color: #08541C;
}
</style>