Shades of Crusoe #175820
Tints of Crusoe #175820
RGB
CMYK
RGB Variations
Color information
#175820 (or 0x175820) is known color: Crusoe. HEX triplet: 17, 58 and 20. RGB value is (23,88,32). Sum of RGB (Red+Green+Blue) = 23+88+32=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #175820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175820 is #E8A7DF. Grayscale: #3E3E3E. Windows color (decimal): -15247328 or 2119703. OLE color: 2119703.
HSL color Cylindrical-coordinate representation of color #175820: hue angle of 128.31º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175820 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 88 | 32 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.65 |
| HSL | 128.31º | 0.59% | 0.22% | - |
| HSV(B) | 128.31º | 0.74% | 0.35% | - |
| XYZ | 4.1 | 7.27 | 2.55 | - |
| YUV | 62.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 32 | 0.74 | 0 | 0.64 | 0.65 | 128.31 | 0.59 | 0.22 |
| Hex | 17 | 58 | 20 | 4A | 0 | 40 | 41 | 80 | 3B | 16 |
| Octal | 27 | 130 | 40 | 112 | 0 | 100 | 101 | 200 | 73 | 26 |
| Binary | 10111 | 1011000 | 100000 | 1001010 | 0 | 1000000 | 1000001 | 10000000 | 111011 | 10110 |
Color Harmonies of #175820
Complementary color
Monochromatic Colors of #175820
Black with #175820
Text Example
Text Example
White with #175820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175820; }
p { color: rgb(23,88,32); }
H1.HeaderClassName
{
color: #175820;
}
.AnyTagClassName
{
color: #175820;
}
</style>
background-color css
<style>
a { background-color: #175820; }
a { background-color: rgb(23,88,32); }
div.DivClassName
{
background-color: #175820;
}
.BgClassName
{
background-color: #175820;
}
</style>
border-color css
<style>
span { border-color: #175820; }
span { border-color: rgb(23,88,32); }
td.TdClassName
{
border-color: #175820;
}
.TagClassName
{
border-color: #175820;
}
</style>