Shades of Crusoe #11501E
Tints of Crusoe #11501E
RGB
CMYK
RGB Variations
Color information
#11501E (or 0x11501E) is known color: Crusoe. HEX triplet: 11, 50 and 1E. RGB value is (17,80,30). Sum of RGB (Red+Green+Blue) = 17+80+30=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #11501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11501E is #EEAFE1. Grayscale: #373737. Windows color (decimal): -15642594 or 1986577. OLE color: 1986577.
HSL color Cylindrical-coordinate representation of color #11501E: hue angle of 132.38º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11501E is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 30 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.69 |
| HSL | 132.38º | 0.65% | 0.19% | - |
| HSV(B) | 132.38º | 0.79% | 0.31% | - |
| XYZ | 3.33 | 5.95 | 2.2 | - |
| YUV | 55.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 30 | 0.79 | 0 | 0.62 | 0.69 | 132.38 | 0.65 | 0.19 |
| Hex | 11 | 50 | 1E | 4F | 0 | 3E | 45 | 84 | 41 | 13 |
| Octal | 21 | 120 | 36 | 117 | 0 | 76 | 105 | 204 | 101 | 23 |
| Binary | 10001 | 1010000 | 11110 | 1001111 | 0 | 111110 | 1000101 | 10000100 | 1000001 | 10011 |
Color Harmonies of #11501E
Complementary color
Monochromatic Colors of #11501E
Black with #11501E
Text Example
Text Example
White with #11501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11501E; }
p { color: rgb(17,80,30); }
H1.HeaderClassName
{
color: #11501E;
}
.AnyTagClassName
{
color: #11501E;
}
</style>
background-color css
<style>
a { background-color: #11501E; }
a { background-color: rgb(17,80,30); }
div.DivClassName
{
background-color: #11501E;
}
.BgClassName
{
background-color: #11501E;
}
</style>
border-color css
<style>
span { border-color: #11501E; }
span { border-color: rgb(17,80,30); }
td.TdClassName
{
border-color: #11501E;
}
.TagClassName
{
border-color: #11501E;
}
</style>