Shades of Crusoe #11541C
Tints of Crusoe #11541C
RGB
CMYK
RGB Variations
Color information
#11541C (or 0x11541C) is known color: Crusoe. HEX triplet: 11, 54 and 1C. RGB value is (17,84,28). Sum of RGB (Red+Green+Blue) = 17+84+28=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #11541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11541C is #EEABE3. Grayscale: #393939. Windows color (decimal): -15641572 or 1856529. OLE color: 1856529.
HSL color Cylindrical-coordinate representation of color #11541C: hue angle of 129.85º degrees, saturation: 0.66, 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 #11541C is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 28 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.67 |
| HSL | 129.85º | 0.66% | 0.2% | - |
| HSV(B) | 129.85º | 0.8% | 0.33% | - |
| XYZ | 3.61 | 6.54 | 2.17 | - |
| YUV | 57.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 28 | 0.80 | 0 | 0.67 | 0.67 | 129.85 | 0.66 | 0.2 |
| Hex | 11 | 54 | 1C | 50 | 0 | 43 | 43 | 82 | 42 | 14 |
| Octal | 21 | 124 | 34 | 120 | 0 | 103 | 103 | 202 | 102 | 24 |
| Binary | 10001 | 1010100 | 11100 | 1010000 | 0 | 1000011 | 1000011 | 10000010 | 1000010 | 10100 |
Color Harmonies of #11541C
Complementary color
Monochromatic Colors of #11541C
Black with #11541C
Text Example
Text Example
White with #11541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11541C; }
p { color: rgb(17,84,28); }
H1.HeaderClassName
{
color: #11541C;
}
.AnyTagClassName
{
color: #11541C;
}
</style>
background-color css
<style>
a { background-color: #11541C; }
a { background-color: rgb(17,84,28); }
div.DivClassName
{
background-color: #11541C;
}
.BgClassName
{
background-color: #11541C;
}
</style>
border-color css
<style>
span { border-color: #11541C; }
span { border-color: rgb(17,84,28); }
td.TdClassName
{
border-color: #11541C;
}
.TagClassName
{
border-color: #11541C;
}
</style>