Shades of Crusoe #175323
Tints of Crusoe #175323
RGB
CMYK
RGB Variations
Color information
#175323 (or 0x175323) is known color: Crusoe. HEX triplet: 17, 53 and 23. RGB value is (23,83,35). Sum of RGB (Red+Green+Blue) = 23+83+35=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #175323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175323 is #E8ACDC. Grayscale: #3B3B3B. Windows color (decimal): -15248605 or 2315031. OLE color: 2315031.
HSL color Cylindrical-coordinate representation of color #175323: hue angle of 132º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175323 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 35 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.67 |
| HSL | 132º | 0.57% | 0.21% | - |
| HSV(B) | 132º | 0.72% | 0.33% | - |
| XYZ | 3.75 | 6.49 | 2.65 | - |
| YUV | 59.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 35 | 0.72 | 0 | 0.58 | 0.67 | 132 | 0.57 | 0.21 |
| Hex | 17 | 53 | 23 | 48 | 0 | 3A | 43 | 84 | 39 | 15 |
| Octal | 27 | 123 | 43 | 110 | 0 | 72 | 103 | 204 | 71 | 25 |
| Binary | 10111 | 1010011 | 100011 | 1001000 | 0 | 111010 | 1000011 | 10000100 | 111001 | 10101 |
Color Harmonies of #175323
Complementary color
Monochromatic Colors of #175323
Black with #175323
Text Example
Text Example
White with #175323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175323; }
p { color: rgb(23,83,35); }
H1.HeaderClassName
{
color: #175323;
}
.AnyTagClassName
{
color: #175323;
}
</style>
background-color css
<style>
a { background-color: #175323; }
a { background-color: rgb(23,83,35); }
div.DivClassName
{
background-color: #175323;
}
.BgClassName
{
background-color: #175323;
}
</style>
border-color css
<style>
span { border-color: #175323; }
span { border-color: rgb(23,83,35); }
td.TdClassName
{
border-color: #175323;
}
.TagClassName
{
border-color: #175323;
}
</style>