Shades of Crusoe #17532D
Tints of Crusoe #17532D
RGB
CMYK
RGB Variations
Color information
#17532D (or 0x17532D) is known color: Crusoe. HEX triplet: 17, 53 and 2D. RGB value is (23,83,45). Sum of RGB (Red+Green+Blue) = 23+83+45=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #17532D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17532D is #E8ACD2. Grayscale: #3C3C3C. Windows color (decimal): -15248595 or 2970391. OLE color: 2970391.
HSL color Cylindrical-coordinate representation of color #17532D: hue angle of 142º 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 #17532D is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 83 | 45 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.67 |
| HSL | 142º | 0.57% | 0.21% | - |
| HSV(B) | 142º | 0.72% | 0.33% | - |
| XYZ | 3.92 | 6.56 | 3.54 | - |
| YUV | 60.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 83 | 45 | 0.72 | 0 | 0.46 | 0.67 | 142 | 0.57 | 0.21 |
| Hex | 17 | 53 | 2D | 48 | 0 | 2E | 43 | 8E | 39 | 15 |
| Octal | 27 | 123 | 55 | 110 | 0 | 56 | 103 | 216 | 71 | 25 |
| Binary | 10111 | 1010011 | 101101 | 1001000 | 0 | 101110 | 1000011 | 10001110 | 111001 | 10101 |
Color Harmonies of #17532D
Complementary color
Monochromatic Colors of #17532D
Black with #17532D
Text Example
Text Example
White with #17532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17532D; }
p { color: rgb(23,83,45); }
H1.HeaderClassName
{
color: #17532D;
}
.AnyTagClassName
{
color: #17532D;
}
</style>
background-color css
<style>
a { background-color: #17532D; }
a { background-color: rgb(23,83,45); }
div.DivClassName
{
background-color: #17532D;
}
.BgClassName
{
background-color: #17532D;
}
</style>
border-color css
<style>
span { border-color: #17532D; }
span { border-color: rgb(23,83,45); }
td.TdClassName
{
border-color: #17532D;
}
.TagClassName
{
border-color: #17532D;
}
</style>