Shades of Crusoe #115521
Tints of Crusoe #115521
RGB
CMYK
RGB Variations
Color information
#115521 (or 0x115521) is known color: Crusoe. HEX triplet: 11, 55 and 21. RGB value is (17,85,33). Sum of RGB (Red+Green+Blue) = 17+85+33=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #115521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115521 is #EEAADE. Grayscale: #3A3A3A. Windows color (decimal): -15641311 or 2184465. OLE color: 2184465.
HSL color Cylindrical-coordinate representation of color #115521: hue angle of 134.12º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115521 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 33 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.67 |
| HSL | 134.12º | 0.67% | 0.2% | - |
| HSV(B) | 134.12º | 0.8% | 0.33% | - |
| XYZ | 3.75 | 6.73 | 2.54 | - |
| YUV | 58.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 33 | 0.80 | 0 | 0.61 | 0.67 | 134.12 | 0.67 | 0.2 |
| Hex | 11 | 55 | 21 | 50 | 0 | 3D | 43 | 86 | 43 | 14 |
| Octal | 21 | 125 | 41 | 120 | 0 | 75 | 103 | 206 | 103 | 24 |
| Binary | 10001 | 1010101 | 100001 | 1010000 | 0 | 111101 | 1000011 | 10000110 | 1000011 | 10100 |
Color Harmonies of #115521
Complementary color
Monochromatic Colors of #115521
Black with #115521
Text Example
Text Example
White with #115521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115521; }
p { color: rgb(17,85,33); }
H1.HeaderClassName
{
color: #115521;
}
.AnyTagClassName
{
color: #115521;
}
</style>
background-color css
<style>
a { background-color: #115521; }
a { background-color: rgb(17,85,33); }
div.DivClassName
{
background-color: #115521;
}
.BgClassName
{
background-color: #115521;
}
</style>
border-color css
<style>
span { border-color: #115521; }
span { border-color: rgb(17,85,33); }
td.TdClassName
{
border-color: #115521;
}
.TagClassName
{
border-color: #115521;
}
</style>