Shades of Crusoe #0E551D
Tints of Crusoe #0E551D
RGB
CMYK
RGB Variations
Color information
#0E551D (or 0x0E551D) is known color: Crusoe. HEX triplet: 0E, 55 and 1D. RGB value is (14,85,29). Sum of RGB (Red+Green+Blue) = 14+85+29=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #0E551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E551D is #F1AAE2. Grayscale: #393939. Windows color (decimal): -15837923 or 1922318. OLE color: 1922318.
HSL color Cylindrical-coordinate representation of color #0E551D: hue angle of 132.68º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E551D is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 85 | 29 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.67 |
| HSL | 132.68º | 0.72% | 0.19% | - |
| HSV(B) | 132.68º | 0.84% | 0.33% | - |
| XYZ | 3.65 | 6.68 | 2.26 | - |
| YUV | 57.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 29 | 0.84 | 0 | 0.66 | 0.67 | 132.68 | 0.72 | 0.19 |
| Hex | E | 55 | 1D | 54 | 0 | 42 | 43 | 85 | 48 | 13 |
| Octal | 16 | 125 | 35 | 124 | 0 | 102 | 103 | 205 | 110 | 23 |
| Binary | 1110 | 1010101 | 11101 | 1010100 | 0 | 1000010 | 1000011 | 10000101 | 1001000 | 10011 |
Color Harmonies of #0E551D
Complementary color
Monochromatic Colors of #0E551D
Black with #0E551D
Text Example
Text Example
White with #0E551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E551D; }
p { color: rgb(14,85,29); }
H1.HeaderClassName
{
color: #0E551D;
}
.AnyTagClassName
{
color: #0E551D;
}
</style>
background-color css
<style>
a { background-color: #0E551D; }
a { background-color: rgb(14,85,29); }
div.DivClassName
{
background-color: #0E551D;
}
.BgClassName
{
background-color: #0E551D;
}
</style>
border-color css
<style>
span { border-color: #0E551D; }
span { border-color: rgb(14,85,29); }
td.TdClassName
{
border-color: #0E551D;
}
.TagClassName
{
border-color: #0E551D;
}
</style>