Shades of Crusoe #105320
Tints of Crusoe #105320
RGB
CMYK
RGB Variations
Color information
#105320 (or 0x105320) is known color: Crusoe. HEX triplet: 10, 53 and 20. RGB value is (16,83,32). Sum of RGB (Red+Green+Blue) = 16+83+32=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #105320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105320 is #EFACDF. Grayscale: #393939. Windows color (decimal): -15707360 or 2118416. OLE color: 2118416.
HSL color Cylindrical-coordinate representation of color #105320: hue angle of 134.33º 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 #105320 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 32 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.67 |
| HSL | 134.33º | 0.68% | 0.19% | - |
| HSV(B) | 134.33º | 0.81% | 0.33% | - |
| XYZ | 3.57 | 6.4 | 2.41 | - |
| YUV | 57.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 32 | 0.81 | 0 | 0.61 | 0.67 | 134.33 | 0.68 | 0.19 |
| Hex | 10 | 53 | 20 | 51 | 0 | 3D | 43 | 86 | 44 | 13 |
| Octal | 20 | 123 | 40 | 121 | 0 | 75 | 103 | 206 | 104 | 23 |
| Binary | 10000 | 1010011 | 100000 | 1010001 | 0 | 111101 | 1000011 | 10000110 | 1000100 | 10011 |
Color Harmonies of #105320
Complementary color
Monochromatic Colors of #105320
Black with #105320
Text Example
Text Example
White with #105320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105320; }
p { color: rgb(16,83,32); }
H1.HeaderClassName
{
color: #105320;
}
.AnyTagClassName
{
color: #105320;
}
</style>
background-color css
<style>
a { background-color: #105320; }
a { background-color: rgb(16,83,32); }
div.DivClassName
{
background-color: #105320;
}
.BgClassName
{
background-color: #105320;
}
</style>
border-color css
<style>
span { border-color: #105320; }
span { border-color: rgb(16,83,32); }
td.TdClassName
{
border-color: #105320;
}
.TagClassName
{
border-color: #105320;
}
</style>