Shades of Crusoe #11601C
Tints of Crusoe #11601C
RGB
CMYK
RGB Variations
Color information
#11601C (or 0x11601C) is known color: Crusoe. HEX triplet: 11, 60 and 1C. RGB value is (17,96,28). Sum of RGB (Red+Green+Blue) = 17+96+28=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #11601C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11601C is #EE9FE3. Grayscale: #404040. Windows color (decimal): -15638500 or 1859601. OLE color: 1859601.
HSL color Cylindrical-coordinate representation of color #11601C: hue angle of 128.35º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11601C is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 28 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.62 |
| HSL | 128.35º | 0.7% | 0.22% | - |
| HSV(B) | 128.35º | 0.82% | 0.38% | - |
| XYZ | 4.62 | 8.57 | 2.51 | - |
| YUV | 64.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 28 | 0.82 | 0 | 0.71 | 0.62 | 128.35 | 0.7 | 0.22 |
| Hex | 11 | 60 | 1C | 52 | 0 | 47 | 3E | 80 | 46 | 16 |
| Octal | 21 | 140 | 34 | 122 | 0 | 107 | 76 | 200 | 106 | 26 |
| Binary | 10001 | 1100000 | 11100 | 1010010 | 0 | 1000111 | 111110 | 10000000 | 1000110 | 10110 |
Color Harmonies of #11601C
Complementary color
Monochromatic Colors of #11601C
Black with #11601C
Text Example
Text Example
White with #11601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11601C; }
p { color: rgb(17,96,28); }
H1.HeaderClassName
{
color: #11601C;
}
.AnyTagClassName
{
color: #11601C;
}
</style>
background-color css
<style>
a { background-color: #11601C; }
a { background-color: rgb(17,96,28); }
div.DivClassName
{
background-color: #11601C;
}
.BgClassName
{
background-color: #11601C;
}
</style>
border-color css
<style>
span { border-color: #11601C; }
span { border-color: rgb(17,96,28); }
td.TdClassName
{
border-color: #11601C;
}
.TagClassName
{
border-color: #11601C;
}
</style>