Shades of Crusoe #11561B
Tints of Crusoe #11561B
RGB
CMYK
RGB Variations
Color information
#11561B (or 0x11561B) is known color: Crusoe. HEX triplet: 11, 56 and 1B. RGB value is (17,86,27). Sum of RGB (Red+Green+Blue) = 17+86+27=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #11561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11561B is #EEA9E4. Grayscale: #3A3A3A. Windows color (decimal): -15641061 or 1791505. OLE color: 1791505.
HSL color Cylindrical-coordinate representation of color #11561B: hue angle of 128.7º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11561B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 27 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.66 |
| HSL | 128.7º | 0.67% | 0.2% | - |
| HSV(B) | 128.7º | 0.8% | 0.34% | - |
| XYZ | 3.76 | 6.85 | 2.16 | - |
| YUV | 58.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 27 | 0.80 | 0 | 0.69 | 0.66 | 128.7 | 0.67 | 0.2 |
| Hex | 11 | 56 | 1B | 50 | 0 | 45 | 42 | 81 | 43 | 14 |
| Octal | 21 | 126 | 33 | 120 | 0 | 105 | 102 | 201 | 103 | 24 |
| Binary | 10001 | 1010110 | 11011 | 1010000 | 0 | 1000101 | 1000010 | 10000001 | 1000011 | 10100 |
Color Harmonies of #11561B
Complementary color
Monochromatic Colors of #11561B
Black with #11561B
Text Example
Text Example
White with #11561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11561B; }
p { color: rgb(17,86,27); }
H1.HeaderClassName
{
color: #11561B;
}
.AnyTagClassName
{
color: #11561B;
}
</style>
background-color css
<style>
a { background-color: #11561B; }
a { background-color: rgb(17,86,27); }
div.DivClassName
{
background-color: #11561B;
}
.BgClassName
{
background-color: #11561B;
}
</style>
border-color css
<style>
span { border-color: #11561B; }
span { border-color: rgb(17,86,27); }
td.TdClassName
{
border-color: #11561B;
}
.TagClassName
{
border-color: #11561B;
}
</style>