Shades of Crusoe #185521
Tints of Crusoe #185521
RGB
CMYK
RGB Variations
Color information
#185521 (or 0x185521) is known color: Crusoe. HEX triplet: 18, 55 and 21. RGB value is (24,85,33). Sum of RGB (Red+Green+Blue) = 24+85+33=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #185521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185521 is #E7AADE. Grayscale: #3C3C3C. Windows color (decimal): -15182559 or 2184472. OLE color: 2184472.
HSL color Cylindrical-coordinate representation of color #185521: hue angle of 128.85º degrees, saturation: 0.56, 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 #185521 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 33 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.67 |
| HSL | 128.85º | 0.56% | 0.21% | - |
| HSV(B) | 128.85º | 0.72% | 0.33% | - |
| XYZ | 3.9 | 6.8 | 2.55 | - |
| YUV | 60.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 33 | 0.72 | 0 | 0.61 | 0.67 | 128.85 | 0.56 | 0.21 |
| Hex | 18 | 55 | 21 | 48 | 0 | 3D | 43 | 81 | 38 | 15 |
| Octal | 30 | 125 | 41 | 110 | 0 | 75 | 103 | 201 | 70 | 25 |
| Binary | 11000 | 1010101 | 100001 | 1001000 | 0 | 111101 | 1000011 | 10000001 | 111000 | 10101 |
Color Harmonies of #185521
Complementary color
Monochromatic Colors of #185521
Black with #185521
Text Example
Text Example
White with #185521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185521; }
p { color: rgb(24,85,33); }
H1.HeaderClassName
{
color: #185521;
}
.AnyTagClassName
{
color: #185521;
}
</style>
background-color css
<style>
a { background-color: #185521; }
a { background-color: rgb(24,85,33); }
div.DivClassName
{
background-color: #185521;
}
.BgClassName
{
background-color: #185521;
}
</style>
border-color css
<style>
span { border-color: #185521; }
span { border-color: rgb(24,85,33); }
td.TdClassName
{
border-color: #185521;
}
.TagClassName
{
border-color: #185521;
}
</style>