Shades of Crusoe #15551F
Tints of Crusoe #15551F
RGB
CMYK
RGB Variations
Color information
#15551F (or 0x15551F) is known color: Crusoe. HEX triplet: 15, 55 and 1F. RGB value is (21,85,31). Sum of RGB (Red+Green+Blue) = 21+85+31=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #15551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15551F is #EAAAE0. Grayscale: #3B3B3B. Windows color (decimal): -15379169 or 2053397. OLE color: 2053397.
HSL color Cylindrical-coordinate representation of color #15551F: hue angle of 129.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15551F is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 31 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.67 |
| HSL | 129.38º | 0.6% | 0.21% | - |
| HSV(B) | 129.38º | 0.75% | 0.33% | - |
| XYZ | 3.81 | 6.76 | 2.4 | - |
| YUV | 59.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 31 | 0.75 | 0 | 0.64 | 0.67 | 129.38 | 0.6 | 0.21 |
| Hex | 15 | 55 | 1F | 4B | 0 | 40 | 43 | 81 | 3C | 15 |
| Octal | 25 | 125 | 37 | 113 | 0 | 100 | 103 | 201 | 74 | 25 |
| Binary | 10101 | 1010101 | 11111 | 1001011 | 0 | 1000000 | 1000011 | 10000001 | 111100 | 10101 |
Color Harmonies of #15551F
Complementary color
Monochromatic Colors of #15551F
Black with #15551F
Text Example
Text Example
White with #15551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15551F; }
p { color: rgb(21,85,31); }
H1.HeaderClassName
{
color: #15551F;
}
.AnyTagClassName
{
color: #15551F;
}
</style>
background-color css
<style>
a { background-color: #15551F; }
a { background-color: rgb(21,85,31); }
div.DivClassName
{
background-color: #15551F;
}
.BgClassName
{
background-color: #15551F;
}
</style>
border-color css
<style>
span { border-color: #15551F; }
span { border-color: rgb(21,85,31); }
td.TdClassName
{
border-color: #15551F;
}
.TagClassName
{
border-color: #15551F;
}
</style>