Shades of Crusoe #0E531D
Tints of Crusoe #0E531D
RGB
CMYK
RGB Variations
Color information
#0E531D (or 0x0E531D) is known color: Crusoe. HEX triplet: 0E, 53 and 1D. RGB value is (14,83,29). Sum of RGB (Red+Green+Blue) = 14+83+29=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #0E531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E531D is #F1ACE2. Grayscale: #383838. Windows color (decimal): -15838435 or 1921806. OLE color: 1921806.
HSL color Cylindrical-coordinate representation of color #0E531D: hue angle of 133.04º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E531D is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 83 | 29 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.67 |
| HSL | 133.04º | 0.71% | 0.19% | - |
| HSV(B) | 133.04º | 0.83% | 0.33% | - |
| XYZ | 3.5 | 6.37 | 2.21 | - |
| YUV | 56.21 | 112.64 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 29 | 0.83 | 0 | 0.65 | 0.67 | 133.04 | 0.71 | 0.19 |
| Hex | E | 53 | 1D | 53 | 0 | 41 | 43 | 85 | 47 | 13 |
| Octal | 16 | 123 | 35 | 123 | 0 | 101 | 103 | 205 | 107 | 23 |
| Binary | 1110 | 1010011 | 11101 | 1010011 | 0 | 1000001 | 1000011 | 10000101 | 1000111 | 10011 |
Color Harmonies of #0E531D
Complementary color
Monochromatic Colors of #0E531D
Black with #0E531D
Text Example
Text Example
White with #0E531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E531D; }
p { color: rgb(14,83,29); }
H1.HeaderClassName
{
color: #0E531D;
}
.AnyTagClassName
{
color: #0E531D;
}
</style>
background-color css
<style>
a { background-color: #0E531D; }
a { background-color: rgb(14,83,29); }
div.DivClassName
{
background-color: #0E531D;
}
.BgClassName
{
background-color: #0E531D;
}
</style>
border-color css
<style>
span { border-color: #0E531D; }
span { border-color: rgb(14,83,29); }
td.TdClassName
{
border-color: #0E531D;
}
.TagClassName
{
border-color: #0E531D;
}
</style>