Shades of Crusoe #165521
Tints of Crusoe #165521
RGB
CMYK
RGB Variations
Color information
#165521 (or 0x165521) is known color: Crusoe. HEX triplet: 16, 55 and 21. RGB value is (22,85,33). Sum of RGB (Red+Green+Blue) = 22+85+33=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #165521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165521 is #E9AADE. Grayscale: #3C3C3C. Windows color (decimal): -15313631 or 2184470. OLE color: 2184470.
HSL color Cylindrical-coordinate representation of color #165521: hue angle of 130.48º 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 #165521 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 33 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.67 |
| HSL | 130.48º | 0.59% | 0.21% | - |
| HSV(B) | 130.48º | 0.74% | 0.33% | - |
| XYZ | 3.85 | 6.78 | 2.54 | - |
| YUV | 60.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 33 | 0.74 | 0 | 0.61 | 0.67 | 130.48 | 0.59 | 0.21 |
| Hex | 16 | 55 | 21 | 4A | 0 | 3D | 43 | 82 | 3B | 15 |
| Octal | 26 | 125 | 41 | 112 | 0 | 75 | 103 | 202 | 73 | 25 |
| Binary | 10110 | 1010101 | 100001 | 1001010 | 0 | 111101 | 1000011 | 10000010 | 111011 | 10101 |
Color Harmonies of #165521
Complementary color
Monochromatic Colors of #165521
Black with #165521
Text Example
Text Example
White with #165521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165521; }
p { color: rgb(22,85,33); }
H1.HeaderClassName
{
color: #165521;
}
.AnyTagClassName
{
color: #165521;
}
</style>
background-color css
<style>
a { background-color: #165521; }
a { background-color: rgb(22,85,33); }
div.DivClassName
{
background-color: #165521;
}
.BgClassName
{
background-color: #165521;
}
</style>
border-color css
<style>
span { border-color: #165521; }
span { border-color: rgb(22,85,33); }
td.TdClassName
{
border-color: #165521;
}
.TagClassName
{
border-color: #165521;
}
</style>