#0E5521

Color #0E5521 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0E5521

Tints of Crusoe #0E5521

Color information

#0E5521 (or 0x0E5521) is unknown color: approx Crusoe. HEX triplet: 0E, 55 and 21. RGB value is (14,85,33). Sum of RGB (Red+Green+Blue) = 14+85+33=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5521 is #F1AADE. Grayscale: #393939. Windows color (decimal): -15837919 or 2184462. OLE color: 2184462.

HSL color Cylindrical-coordinate representation of color #0E5521: hue angle of 136.06º 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 #0E5521 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB148533-
CMYK0.8400.610.67
HSL136.06º71.72%19.41%-
HSV(B)136.06º83.53%33.33%-
XYZ3.76.72.54-
YUV57.84113.9896.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 10.61%
GREEN value IS 85 (33.59% from 255) = 64.39%
BLUE value IS 33 (13.28% from 255) = 25%
R=10.61%
G=64.39%
B=25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485330.8400.610.67136.0671.7219.41
HexE55215403D43884813
Octal161254112407510321011023
Binary1110101010110000110101000111101100001110001000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5521; }

 p { color: rgb(14,85,33); }

 H1.HeaderClassName
 {
   color: #0E5521;
 }
 .AnyTagClassName
 {
   color: #0E5521;
 }
</style>
background-color css

<style>
 a { background-color: #0E5521; }

 a { background-color: rgb(14,85,33); }

 div.DivClassName
 {
   background-color: #0E5521;
 }
 .BgClassName
 {
   background-color: #0E5521;
 }
</style>
border-color css

<style>
 span { border-color: #0E5521; }

 span { border-color: rgb(14,85,33); }

 td.TdClassName
 {
   border-color: #0E5521;
 }
 .TagClassName
 {
   border-color: #0E5521;
 }
</style>