Shades of Crusoe #105733
Tints of Crusoe #105733
RGB
CMYK
RGB Variations
Color information
#105733 (or 0x105733) is known color: Crusoe. HEX triplet: 10, 57 and 33. RGB value is (16,87,51). Sum of RGB (Red+Green+Blue) = 16+87+51=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #105733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105733 is #EFA8CC. Grayscale: #3D3D3D. Windows color (decimal): -15706317 or 3364624. OLE color: 3364624.
HSL color Cylindrical-coordinate representation of color #105733: hue angle of 149.58º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105733 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 51 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.66 |
| HSL | 149.58º | 0.69% | 0.2% | - |
| HSV(B) | 149.58º | 0.82% | 0.34% | - |
| XYZ | 4.22 | 7.17 | 4.29 | - |
| YUV | 61.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 51 | 0.82 | 0 | 0.41 | 0.66 | 149.58 | 0.69 | 0.2 |
| Hex | 10 | 57 | 33 | 52 | 0 | 29 | 42 | 96 | 45 | 14 |
| Octal | 20 | 127 | 63 | 122 | 0 | 51 | 102 | 226 | 105 | 24 |
| Binary | 10000 | 1010111 | 110011 | 1010010 | 0 | 101001 | 1000010 | 10010110 | 1000101 | 10100 |
Color Harmonies of #105733
Complementary color
Monochromatic Colors of #105733
Black with #105733
Text Example
Text Example
White with #105733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105733; }
p { color: rgb(16,87,51); }
H1.HeaderClassName
{
color: #105733;
}
.AnyTagClassName
{
color: #105733;
}
</style>
background-color css
<style>
a { background-color: #105733; }
a { background-color: rgb(16,87,51); }
div.DivClassName
{
background-color: #105733;
}
.BgClassName
{
background-color: #105733;
}
</style>
border-color css
<style>
span { border-color: #105733; }
span { border-color: rgb(16,87,51); }
td.TdClassName
{
border-color: #105733;
}
.TagClassName
{
border-color: #105733;
}
</style>