Shades of Crusoe #1B5329
Tints of Crusoe #1B5329
RGB
CMYK
RGB Variations
Color information
#1B5329 (or 0x1B5329) is known color: Crusoe. HEX triplet: 1B, 53 and 29. RGB value is (27,83,41). Sum of RGB (Red+Green+Blue) = 27+83+41=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5329 is #E4ACD6. Grayscale: #3D3D3D. Windows color (decimal): -14986455 or 2708251. OLE color: 2708251.
HSL color Cylindrical-coordinate representation of color #1B5329: hue angle of 135º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5329 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 41 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.67 |
| HSL | 135º | 0.51% | 0.22% | - |
| HSV(B) | 135º | 0.67% | 0.33% | - |
| XYZ | 3.95 | 6.58 | 3.16 | - |
| YUV | 61.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 41 | 0.67 | 0 | 0.51 | 0.67 | 135 | 0.51 | 0.22 |
| Hex | 1B | 53 | 29 | 43 | 0 | 33 | 43 | 87 | 33 | 16 |
| Octal | 33 | 123 | 51 | 103 | 0 | 63 | 103 | 207 | 63 | 26 |
| Binary | 11011 | 1010011 | 101001 | 1000011 | 0 | 110011 | 1000011 | 10000111 | 110011 | 10110 |
Color Harmonies of #1B5329
Complementary color
Monochromatic Colors of #1B5329
Black with #1B5329
Text Example
Text Example
White with #1B5329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5329; }
p { color: rgb(27,83,41); }
H1.HeaderClassName
{
color: #1B5329;
}
.AnyTagClassName
{
color: #1B5329;
}
</style>
background-color css
<style>
a { background-color: #1B5329; }
a { background-color: rgb(27,83,41); }
div.DivClassName
{
background-color: #1B5329;
}
.BgClassName
{
background-color: #1B5329;
}
</style>
border-color css
<style>
span { border-color: #1B5329; }
span { border-color: rgb(27,83,41); }
td.TdClassName
{
border-color: #1B5329;
}
.TagClassName
{
border-color: #1B5329;
}
</style>