Shades of Crusoe #11521D
Tints of Crusoe #11521D
RGB
CMYK
RGB Variations
Color information
#11521D (or 0x11521D) is known color: Crusoe. HEX triplet: 11, 52 and 1D. RGB value is (17,82,29). Sum of RGB (Red+Green+Blue) = 17+82+29=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #11521D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11521D is #EEADE2. Grayscale: #383838. Windows color (decimal): -15642083 or 1921553. OLE color: 1921553.
HSL color Cylindrical-coordinate representation of color #11521D: hue angle of 131.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11521D is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 82 | 29 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.68 |
| HSL | 131.08º | 0.66% | 0.19% | - |
| HSV(B) | 131.08º | 0.79% | 0.32% | - |
| XYZ | 3.47 | 6.24 | 2.18 | - |
| YUV | 56.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 29 | 0.79 | 0 | 0.65 | 0.68 | 131.08 | 0.66 | 0.19 |
| Hex | 11 | 52 | 1D | 4F | 0 | 41 | 44 | 83 | 42 | 13 |
| Octal | 21 | 122 | 35 | 117 | 0 | 101 | 104 | 203 | 102 | 23 |
| Binary | 10001 | 1010010 | 11101 | 1001111 | 0 | 1000001 | 1000100 | 10000011 | 1000010 | 10011 |
Color Harmonies of #11521D
Complementary color
Monochromatic Colors of #11521D
Black with #11521D
Text Example
Text Example
White with #11521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11521D; }
p { color: rgb(17,82,29); }
H1.HeaderClassName
{
color: #11521D;
}
.AnyTagClassName
{
color: #11521D;
}
</style>
background-color css
<style>
a { background-color: #11521D; }
a { background-color: rgb(17,82,29); }
div.DivClassName
{
background-color: #11521D;
}
.BgClassName
{
background-color: #11521D;
}
</style>
border-color css
<style>
span { border-color: #11521D; }
span { border-color: rgb(17,82,29); }
td.TdClassName
{
border-color: #11521D;
}
.TagClassName
{
border-color: #11521D;
}
</style>