Shades of Crusoe #11671E
Tints of Crusoe #11671E
RGB
CMYK
RGB Variations
Color information
#11671E (or 0x11671E) is known color: Crusoe. HEX triplet: 11, 67 and 1E. RGB value is (17,103,30). Sum of RGB (Red+Green+Blue) = 17+103+30=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #11671E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11671E is #EE98E1. Grayscale: #454545. Windows color (decimal): -15636706 or 1992465. OLE color: 1992465.
HSL color Cylindrical-coordinate representation of color #11671E: hue angle of 129.07º 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 #11671E is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 30 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.60 |
| HSL | 129.07º | 0.72% | 0.24% | - |
| HSV(B) | 129.07º | 0.83% | 0.4% | - |
| XYZ | 5.32 | 9.91 | 2.86 | - |
| YUV | 68.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 30 | 0.83 | 0 | 0.71 | 0.60 | 129.07 | 0.72 | 0.24 |
| Hex | 11 | 67 | 1E | 53 | 0 | 47 | 3C | 81 | 48 | 18 |
| Octal | 21 | 147 | 36 | 123 | 0 | 107 | 74 | 201 | 110 | 30 |
| Binary | 10001 | 1100111 | 11110 | 1010011 | 0 | 1000111 | 111100 | 10000001 | 1001000 | 11000 |
Color Harmonies of #11671E
Complementary color
Monochromatic Colors of #11671E
Black with #11671E
Text Example
Text Example
White with #11671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11671E; }
p { color: rgb(17,103,30); }
H1.HeaderClassName
{
color: #11671E;
}
.AnyTagClassName
{
color: #11671E;
}
</style>
background-color css
<style>
a { background-color: #11671E; }
a { background-color: rgb(17,103,30); }
div.DivClassName
{
background-color: #11671E;
}
.BgClassName
{
background-color: #11671E;
}
</style>
border-color css
<style>
span { border-color: #11671E; }
span { border-color: rgb(17,103,30); }
td.TdClassName
{
border-color: #11671E;
}
.TagClassName
{
border-color: #11671E;
}
</style>