Shades of Crusoe #0E5B35
Tints of Crusoe #0E5B35
RGB
CMYK
RGB Variations
Color information
#0E5B35 (or 0x0E5B35) is known color: Crusoe. HEX triplet: 0E, 5B and 35. RGB value is (14,91,53). Sum of RGB (Red+Green+Blue) = 14+91+53=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5B35 is #F1A4CA. Grayscale: #3F3F3F. Windows color (decimal): -15836363 or 3496718. OLE color: 3496718.
HSL color Cylindrical-coordinate representation of color #0E5B35: hue angle of 150.39º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5B35 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 91 | 53 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.64 |
| HSL | 150.39º | 0.73% | 0.21% | - |
| HSV(B) | 150.39º | 0.85% | 0.36% | - |
| XYZ | 4.56 | 7.83 | 4.64 | - |
| YUV | 63.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 53 | 0.85 | 0 | 0.42 | 0.64 | 150.39 | 0.73 | 0.21 |
| Hex | E | 5B | 35 | 55 | 0 | 2A | 40 | 96 | 49 | 15 |
| Octal | 16 | 133 | 65 | 125 | 0 | 52 | 100 | 226 | 111 | 25 |
| Binary | 1110 | 1011011 | 110101 | 1010101 | 0 | 101010 | 1000000 | 10010110 | 1001001 | 10101 |
Color Harmonies of #0E5B35
Complementary color
Monochromatic Colors of #0E5B35
Black with #0E5B35
Text Example
Text Example
White with #0E5B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5B35; }
p { color: rgb(14,91,53); }
H1.HeaderClassName
{
color: #0E5B35;
}
.AnyTagClassName
{
color: #0E5B35;
}
</style>
background-color css
<style>
a { background-color: #0E5B35; }
a { background-color: rgb(14,91,53); }
div.DivClassName
{
background-color: #0E5B35;
}
.BgClassName
{
background-color: #0E5B35;
}
</style>
border-color css
<style>
span { border-color: #0E5B35; }
span { border-color: rgb(14,91,53); }
td.TdClassName
{
border-color: #0E5B35;
}
.TagClassName
{
border-color: #0E5B35;
}
</style>