Shades of Crusoe #116323
Tints of Crusoe #116323
RGB
CMYK
RGB Variations
Color information
#116323 (or 0x116323) is known color: Crusoe. HEX triplet: 11, 63 and 23. RGB value is (17,99,35). Sum of RGB (Red+Green+Blue) = 17+99+35=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #116323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116323 is #EE9CDC. Grayscale: #434343. Windows color (decimal): -15637725 or 2319121. OLE color: 2319121.
HSL color Cylindrical-coordinate representation of color #116323: hue angle of 133.17º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116323 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 35 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.61 |
| HSL | 133.17º | 0.71% | 0.23% | - |
| HSV(B) | 133.17º | 0.83% | 0.39% | - |
| XYZ | 5 | 9.16 | 3.1 | - |
| YUV | 67.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 35 | 0.83 | 0 | 0.65 | 0.61 | 133.17 | 0.71 | 0.23 |
| Hex | 11 | 63 | 23 | 53 | 0 | 41 | 3D | 85 | 47 | 17 |
| Octal | 21 | 143 | 43 | 123 | 0 | 101 | 75 | 205 | 107 | 27 |
| Binary | 10001 | 1100011 | 100011 | 1010011 | 0 | 1000001 | 111101 | 10000101 | 1000111 | 10111 |
Color Harmonies of #116323
Complementary color
Monochromatic Colors of #116323
Black with #116323
Text Example
Text Example
White with #116323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116323; }
p { color: rgb(17,99,35); }
H1.HeaderClassName
{
color: #116323;
}
.AnyTagClassName
{
color: #116323;
}
</style>
background-color css
<style>
a { background-color: #116323; }
a { background-color: rgb(17,99,35); }
div.DivClassName
{
background-color: #116323;
}
.BgClassName
{
background-color: #116323;
}
</style>
border-color css
<style>
span { border-color: #116323; }
span { border-color: rgb(17,99,35); }
td.TdClassName
{
border-color: #116323;
}
.TagClassName
{
border-color: #116323;
}
</style>