Shades of Crusoe #0E532C
Tints of Crusoe #0E532C
RGB
CMYK
RGB Variations
Color information
#0E532C (or 0x0E532C) is known color: Crusoe. HEX triplet: 0E, 53 and 2C. RGB value is (14,83,44). Sum of RGB (Red+Green+Blue) = 14+83+44=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #0E532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E532C is #F1ACD3. Grayscale: #3A3A3A. Windows color (decimal): -15838420 or 2904846. OLE color: 2904846.
HSL color Cylindrical-coordinate representation of color #0E532C: hue angle of 146.09º 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 #0E532C is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 83 | 44 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.67 |
| HSL | 146.09º | 0.71% | 0.19% | - |
| HSV(B) | 146.09º | 0.83% | 0.33% | - |
| XYZ | 3.73 | 6.46 | 3.43 | - |
| YUV | 57.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 44 | 0.83 | 0 | 0.47 | 0.67 | 146.09 | 0.71 | 0.19 |
| Hex | E | 53 | 2C | 53 | 0 | 2F | 43 | 92 | 47 | 13 |
| Octal | 16 | 123 | 54 | 123 | 0 | 57 | 103 | 222 | 107 | 23 |
| Binary | 1110 | 1010011 | 101100 | 1010011 | 0 | 101111 | 1000011 | 10010010 | 1000111 | 10011 |
Color Harmonies of #0E532C
Complementary color
Monochromatic Colors of #0E532C
Black with #0E532C
Text Example
Text Example
White with #0E532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E532C; }
p { color: rgb(14,83,44); }
H1.HeaderClassName
{
color: #0E532C;
}
.AnyTagClassName
{
color: #0E532C;
}
</style>
background-color css
<style>
a { background-color: #0E532C; }
a { background-color: rgb(14,83,44); }
div.DivClassName
{
background-color: #0E532C;
}
.BgClassName
{
background-color: #0E532C;
}
</style>
border-color css
<style>
span { border-color: #0E532C; }
span { border-color: rgb(14,83,44); }
td.TdClassName
{
border-color: #0E532C;
}
.TagClassName
{
border-color: #0E532C;
}
</style>