Shades of Crusoe #165520
Tints of Crusoe #165520
RGB
CMYK
RGB Variations
Color information
#165520 (or 0x165520) is known color: Crusoe. HEX triplet: 16, 55 and 20. RGB value is (22,85,32). Sum of RGB (Red+Green+Blue) = 22+85+32=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #165520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165520 is #E9AADF. Grayscale: #3C3C3C. Windows color (decimal): -15313632 or 2118934. OLE color: 2118934.
HSL color Cylindrical-coordinate representation of color #165520: hue angle of 129.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165520 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 32 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.67 |
| HSL | 129.52º | 0.59% | 0.21% | - |
| HSV(B) | 129.52º | 0.74% | 0.33% | - |
| XYZ | 3.84 | 6.77 | 2.47 | - |
| YUV | 60.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 32 | 0.74 | 0 | 0.62 | 0.67 | 129.52 | 0.59 | 0.21 |
| Hex | 16 | 55 | 20 | 4A | 0 | 3E | 43 | 82 | 3B | 15 |
| Octal | 26 | 125 | 40 | 112 | 0 | 76 | 103 | 202 | 73 | 25 |
| Binary | 10110 | 1010101 | 100000 | 1001010 | 0 | 111110 | 1000011 | 10000010 | 111011 | 10101 |
Color Harmonies of #165520
Complementary color
Monochromatic Colors of #165520
Black with #165520
Text Example
Text Example
White with #165520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165520; }
p { color: rgb(22,85,32); }
H1.HeaderClassName
{
color: #165520;
}
.AnyTagClassName
{
color: #165520;
}
</style>
background-color css
<style>
a { background-color: #165520; }
a { background-color: rgb(22,85,32); }
div.DivClassName
{
background-color: #165520;
}
.BgClassName
{
background-color: #165520;
}
</style>
border-color css
<style>
span { border-color: #165520; }
span { border-color: rgb(22,85,32); }
td.TdClassName
{
border-color: #165520;
}
.TagClassName
{
border-color: #165520;
}
</style>