Shades of Crusoe #0C5420
Tints of Crusoe #0C5420
RGB
CMYK
RGB Variations
Color information
#0C5420 (or 0x0C5420) is known color: Crusoe. HEX triplet: 0C, 54 and 20. RGB value is (12,84,32). Sum of RGB (Red+Green+Blue) = 12+84+32=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5420 is #F3ABDF. Grayscale: #383838. Windows color (decimal): -15969248 or 2118668. OLE color: 2118668.
HSL color Cylindrical-coordinate representation of color #0C5420: hue angle of 136.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5420 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 32 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.67 |
| HSL | 136.67º | 0.75% | 0.19% | - |
| HSV(B) | 136.67º | 0.86% | 0.33% | - |
| XYZ | 3.58 | 6.52 | 2.44 | - |
| YUV | 56.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 32 | 0.86 | 0 | 0.62 | 0.67 | 136.67 | 0.75 | 0.19 |
| Hex | C | 54 | 20 | 56 | 0 | 3E | 43 | 89 | 4B | 13 |
| Octal | 14 | 124 | 40 | 126 | 0 | 76 | 103 | 211 | 113 | 23 |
| Binary | 1100 | 1010100 | 100000 | 1010110 | 0 | 111110 | 1000011 | 10001001 | 1001011 | 10011 |
Color Harmonies of #0C5420
Complementary color
Monochromatic Colors of #0C5420
Black with #0C5420
Text Example
Text Example
White with #0C5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5420; }
p { color: rgb(12,84,32); }
H1.HeaderClassName
{
color: #0C5420;
}
.AnyTagClassName
{
color: #0C5420;
}
</style>
background-color css
<style>
a { background-color: #0C5420; }
a { background-color: rgb(12,84,32); }
div.DivClassName
{
background-color: #0C5420;
}
.BgClassName
{
background-color: #0C5420;
}
</style>
border-color css
<style>
span { border-color: #0C5420; }
span { border-color: rgb(12,84,32); }
td.TdClassName
{
border-color: #0C5420;
}
.TagClassName
{
border-color: #0C5420;
}
</style>