#0E3620

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

Shades of Deep Fir #0E3620

Tints of Deep Fir #0E3620

Color information

#0E3620 (or 0x0E3620) is unknown color: approx Deep Fir. HEX triplet: 0E, 36 and 20. RGB value is (14,54,32). Sum of RGB (Red+Green+Blue) = 14+54+32=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3620 is #F1C9DF. Grayscale: #272727. Windows color (decimal): -15845856 or 2110990. OLE color: 2110990.

HSL color Cylindrical-coordinate representation of color #0E3620: hue angle of 147º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3620 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB145432-
CMYK0.7400.410.79
HSL147º58.82%13.33%-
HSV(B)147º74.07%21.18%-
XYZ1.762.841.82-
YUV39.53123.75109.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14%
GREEN value IS 54 (21.48% from 255) = 54%
BLUE value IS 32 (12.89% from 255) = 32%
R=14%
G=54%
B=32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454320.7400.410.7914758.8213.33
HexE36204A0294F933bd
Octal1666401120511172237315
Binary1110110110100000100101001010011001111100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,54,32); }

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

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

 a { background-color: rgb(14,54,32); }

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

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

 span { border-color: rgb(14,54,32); }

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