Shades of Crusoe #1B5729
Tints of Crusoe #1B5729
RGB
CMYK
RGB Variations
Color information
#1B5729 (or 0x1B5729) is known color: Crusoe. HEX triplet: 1B, 57 and 29. RGB value is (27,87,41). Sum of RGB (Red+Green+Blue) = 27+87+41=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #1B5729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5729 is #E4A8D6. Grayscale: #3F3F3F. Windows color (decimal): -14985431 or 2709275. OLE color: 2709275.
HSL color Cylindrical-coordinate representation of color #1B5729: hue angle of 134º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5729 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 87 | 41 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.66 |
| HSL | 134º | 0.53% | 0.22% | - |
| HSV(B) | 134º | 0.69% | 0.34% | - |
| XYZ | 4.26 | 7.21 | 3.26 | - |
| YUV | 63.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 41 | 0.69 | 0 | 0.53 | 0.66 | 134 | 0.53 | 0.22 |
| Hex | 1B | 57 | 29 | 45 | 0 | 35 | 42 | 86 | 35 | 16 |
| Octal | 33 | 127 | 51 | 105 | 0 | 65 | 102 | 206 | 65 | 26 |
| Binary | 11011 | 1010111 | 101001 | 1000101 | 0 | 110101 | 1000010 | 10000110 | 110101 | 10110 |
Color Harmonies of #1B5729
Complementary color
Monochromatic Colors of #1B5729
Black with #1B5729
Text Example
Text Example
White with #1B5729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5729; }
p { color: rgb(27,87,41); }
H1.HeaderClassName
{
color: #1B5729;
}
.AnyTagClassName
{
color: #1B5729;
}
</style>
background-color css
<style>
a { background-color: #1B5729; }
a { background-color: rgb(27,87,41); }
div.DivClassName
{
background-color: #1B5729;
}
.BgClassName
{
background-color: #1B5729;
}
</style>
border-color css
<style>
span { border-color: #1B5729; }
span { border-color: rgb(27,87,41); }
td.TdClassName
{
border-color: #1B5729;
}
.TagClassName
{
border-color: #1B5729;
}
</style>