Shades of Crusoe #11531F
Tints of Crusoe #11531F
RGB
CMYK
RGB Variations
Color information
#11531F (or 0x11531F) is known color: Crusoe. HEX triplet: 11, 53 and 1F. RGB value is (17,83,31). Sum of RGB (Red+Green+Blue) = 17+83+31=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #11531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11531F is #EEACE0. Grayscale: #393939. Windows color (decimal): -15641825 or 2052881. OLE color: 2052881.
HSL color Cylindrical-coordinate representation of color #11531F: hue angle of 132.73º 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 #11531F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 31 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.67 |
| HSL | 132.73º | 0.66% | 0.2% | - |
| HSV(B) | 132.73º | 0.8% | 0.33% | - |
| XYZ | 3.57 | 6.4 | 2.34 | - |
| YUV | 57.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 31 | 0.80 | 0 | 0.63 | 0.67 | 132.73 | 0.66 | 0.2 |
| Hex | 11 | 53 | 1F | 50 | 0 | 3F | 43 | 85 | 42 | 14 |
| Octal | 21 | 123 | 37 | 120 | 0 | 77 | 103 | 205 | 102 | 24 |
| Binary | 10001 | 1010011 | 11111 | 1010000 | 0 | 111111 | 1000011 | 10000101 | 1000010 | 10100 |
Color Harmonies of #11531F
Complementary color
Monochromatic Colors of #11531F
Black with #11531F
Text Example
Text Example
White with #11531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11531F; }
p { color: rgb(17,83,31); }
H1.HeaderClassName
{
color: #11531F;
}
.AnyTagClassName
{
color: #11531F;
}
</style>
background-color css
<style>
a { background-color: #11531F; }
a { background-color: rgb(17,83,31); }
div.DivClassName
{
background-color: #11531F;
}
.BgClassName
{
background-color: #11531F;
}
</style>
border-color css
<style>
span { border-color: #11531F; }
span { border-color: rgb(17,83,31); }
td.TdClassName
{
border-color: #11531F;
}
.TagClassName
{
border-color: #11531F;
}
</style>