Shades of Crusoe #185321
Tints of Crusoe #185321
RGB
CMYK
RGB Variations
Color information
#185321 (or 0x185321) is known color: Crusoe. HEX triplet: 18, 53 and 21. RGB value is (24,83,33). Sum of RGB (Red+Green+Blue) = 24+83+33=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #185321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185321 is #E7ACDE. Grayscale: #3B3B3B. Windows color (decimal): -15183071 or 2183960. OLE color: 2183960.
HSL color Cylindrical-coordinate representation of color #185321: hue angle of 129.15º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185321 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 33 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.67 |
| HSL | 129.15º | 0.55% | 0.21% | - |
| HSV(B) | 129.15º | 0.71% | 0.33% | - |
| XYZ | 3.74 | 6.49 | 2.49 | - |
| YUV | 59.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 33 | 0.71 | 0 | 0.60 | 0.67 | 129.15 | 0.55 | 0.21 |
| Hex | 18 | 53 | 21 | 47 | 0 | 3C | 43 | 81 | 37 | 15 |
| Octal | 30 | 123 | 41 | 107 | 0 | 74 | 103 | 201 | 67 | 25 |
| Binary | 11000 | 1010011 | 100001 | 1000111 | 0 | 111100 | 1000011 | 10000001 | 110111 | 10101 |
Color Harmonies of #185321
Complementary color
Monochromatic Colors of #185321
Black with #185321
Text Example
Text Example
White with #185321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185321; }
p { color: rgb(24,83,33); }
H1.HeaderClassName
{
color: #185321;
}
.AnyTagClassName
{
color: #185321;
}
</style>
background-color css
<style>
a { background-color: #185321; }
a { background-color: rgb(24,83,33); }
div.DivClassName
{
background-color: #185321;
}
.BgClassName
{
background-color: #185321;
}
</style>
border-color css
<style>
span { border-color: #185321; }
span { border-color: rgb(24,83,33); }
td.TdClassName
{
border-color: #185321;
}
.TagClassName
{
border-color: #185321;
}
</style>