Shades of Crusoe #11601B
Tints of Crusoe #11601B
RGB
CMYK
RGB Variations
Color information
#11601B (or 0x11601B) is known color: Crusoe. HEX triplet: 11, 60 and 1B. RGB value is (17,96,27). Sum of RGB (Red+Green+Blue) = 17+96+27=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #11601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11601B is #EE9FE4. Grayscale: #404040. Windows color (decimal): -15638501 or 1794065. OLE color: 1794065.
HSL color Cylindrical-coordinate representation of color #11601B: hue angle of 127.59º 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 #11601B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 27 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.62 |
| HSL | 127.59º | 0.7% | 0.22% | - |
| HSV(B) | 127.59º | 0.82% | 0.38% | - |
| XYZ | 4.61 | 8.56 | 2.45 | - |
| YUV | 64.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 27 | 0.82 | 0 | 0.72 | 0.62 | 127.59 | 0.7 | 0.22 |
| Hex | 11 | 60 | 1B | 52 | 0 | 48 | 3E | 80 | 46 | 16 |
| Octal | 21 | 140 | 33 | 122 | 0 | 110 | 76 | 200 | 106 | 26 |
| Binary | 10001 | 1100000 | 11011 | 1010010 | 0 | 1001000 | 111110 | 10000000 | 1000110 | 10110 |
Color Harmonies of #11601B
Complementary color
Monochromatic Colors of #11601B
Black with #11601B
Text Example
Text Example
White with #11601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11601B; }
p { color: rgb(17,96,27); }
H1.HeaderClassName
{
color: #11601B;
}
.AnyTagClassName
{
color: #11601B;
}
</style>
background-color css
<style>
a { background-color: #11601B; }
a { background-color: rgb(17,96,27); }
div.DivClassName
{
background-color: #11601B;
}
.BgClassName
{
background-color: #11601B;
}
</style>
border-color css
<style>
span { border-color: #11601B; }
span { border-color: rgb(17,96,27); }
td.TdClassName
{
border-color: #11601B;
}
.TagClassName
{
border-color: #11601B;
}
</style>