Shades of Crusoe #175221
Tints of Crusoe #175221
RGB
CMYK
RGB Variations
Color information
#175221 (or 0x175221) is known color: Crusoe. HEX triplet: 17, 52 and 21. RGB value is (23,82,33). Sum of RGB (Red+Green+Blue) = 23+82+33=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #175221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175221 is #E8ADDE. Grayscale: #3A3A3A. Windows color (decimal): -15248863 or 2183703. OLE color: 2183703.
HSL color Cylindrical-coordinate representation of color #175221: hue angle of 130.17º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175221 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 33 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.68 |
| HSL | 130.17º | 0.56% | 0.21% | - |
| HSV(B) | 130.17º | 0.72% | 0.32% | - |
| XYZ | 3.65 | 6.33 | 2.47 | - |
| YUV | 58.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 33 | 0.72 | 0 | 0.60 | 0.68 | 130.17 | 0.56 | 0.21 |
| Hex | 17 | 52 | 21 | 48 | 0 | 3C | 44 | 82 | 38 | 15 |
| Octal | 27 | 122 | 41 | 110 | 0 | 74 | 104 | 202 | 70 | 25 |
| Binary | 10111 | 1010010 | 100001 | 1001000 | 0 | 111100 | 1000100 | 10000010 | 111000 | 10101 |
Color Harmonies of #175221
Complementary color
Monochromatic Colors of #175221
Black with #175221
Text Example
Text Example
White with #175221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175221; }
p { color: rgb(23,82,33); }
H1.HeaderClassName
{
color: #175221;
}
.AnyTagClassName
{
color: #175221;
}
</style>
background-color css
<style>
a { background-color: #175221; }
a { background-color: rgb(23,82,33); }
div.DivClassName
{
background-color: #175221;
}
.BgClassName
{
background-color: #175221;
}
</style>
border-color css
<style>
span { border-color: #175221; }
span { border-color: rgb(23,82,33); }
td.TdClassName
{
border-color: #175221;
}
.TagClassName
{
border-color: #175221;
}
</style>