Shades of Crusoe #105321
Tints of Crusoe #105321
RGB
CMYK
RGB Variations
Color information
#105321 (or 0x105321) is known color: Crusoe. HEX triplet: 10, 53 and 21. RGB value is (16,83,33). Sum of RGB (Red+Green+Blue) = 16+83+33=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #105321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105321 is #EFACDE. Grayscale: #393939. Windows color (decimal): -15707359 or 2183952. OLE color: 2183952.
HSL color Cylindrical-coordinate representation of color #105321: hue angle of 135.22º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105321 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 33 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.67 |
| HSL | 135.22º | 0.68% | 0.19% | - |
| HSV(B) | 135.22º | 0.81% | 0.33% | - |
| XYZ | 3.58 | 6.41 | 2.49 | - |
| YUV | 57.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 33 | 0.81 | 0 | 0.60 | 0.67 | 135.22 | 0.68 | 0.19 |
| Hex | 10 | 53 | 21 | 51 | 0 | 3C | 43 | 87 | 44 | 13 |
| Octal | 20 | 123 | 41 | 121 | 0 | 74 | 103 | 207 | 104 | 23 |
| Binary | 10000 | 1010011 | 100001 | 1010001 | 0 | 111100 | 1000011 | 10000111 | 1000100 | 10011 |
Color Harmonies of #105321
Complementary color
Monochromatic Colors of #105321
Black with #105321
Text Example
Text Example
White with #105321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105321; }
p { color: rgb(16,83,33); }
H1.HeaderClassName
{
color: #105321;
}
.AnyTagClassName
{
color: #105321;
}
</style>
background-color css
<style>
a { background-color: #105321; }
a { background-color: rgb(16,83,33); }
div.DivClassName
{
background-color: #105321;
}
.BgClassName
{
background-color: #105321;
}
</style>
border-color css
<style>
span { border-color: #105321; }
span { border-color: rgb(16,83,33); }
td.TdClassName
{
border-color: #105321;
}
.TagClassName
{
border-color: #105321;
}
</style>