Shades of Crusoe #11671F
Tints of Crusoe #11671F
RGB
CMYK
RGB Variations
Color information
#11671F (or 0x11671F) is known color: Crusoe. HEX triplet: 11, 67 and 1F. RGB value is (17,103,31). Sum of RGB (Red+Green+Blue) = 17+103+31=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #11671F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11671F is #EE98E0. Grayscale: #454545. Windows color (decimal): -15636705 or 2058001. OLE color: 2058001.
HSL color Cylindrical-coordinate representation of color #11671F: hue angle of 129.77º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11671F is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 31 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.60 |
| HSL | 129.77º | 0.72% | 0.24% | - |
| HSV(B) | 129.77º | 0.83% | 0.4% | - |
| XYZ | 5.33 | 9.92 | 2.93 | - |
| YUV | 69.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 31 | 0.83 | 0 | 0.70 | 0.60 | 129.77 | 0.72 | 0.24 |
| Hex | 11 | 67 | 1F | 53 | 0 | 46 | 3C | 82 | 48 | 18 |
| Octal | 21 | 147 | 37 | 123 | 0 | 106 | 74 | 202 | 110 | 30 |
| Binary | 10001 | 1100111 | 11111 | 1010011 | 0 | 1000110 | 111100 | 10000010 | 1001000 | 11000 |
Color Harmonies of #11671F
Complementary color
Monochromatic Colors of #11671F
Black with #11671F
Text Example
Text Example
White with #11671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11671F; }
p { color: rgb(17,103,31); }
H1.HeaderClassName
{
color: #11671F;
}
.AnyTagClassName
{
color: #11671F;
}
</style>
background-color css
<style>
a { background-color: #11671F; }
a { background-color: rgb(17,103,31); }
div.DivClassName
{
background-color: #11671F;
}
.BgClassName
{
background-color: #11671F;
}
</style>
border-color css
<style>
span { border-color: #11671F; }
span { border-color: rgb(17,103,31); }
td.TdClassName
{
border-color: #11671F;
}
.TagClassName
{
border-color: #11671F;
}
</style>