#0E3721

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

Shades of Deep Fir #0E3721

Tints of Deep Fir #0E3721

Color information

#0E3721 (or 0x0E3721) is unknown color: approx Deep Fir. HEX triplet: 0E, 37 and 21. RGB value is (14,55,33). Sum of RGB (Red+Green+Blue) = 14+55+33=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3721 is #F1C8DE. Grayscale: #282828. Windows color (decimal): -15845599 or 2176782. OLE color: 2176782.

HSL color Cylindrical-coordinate representation of color #0E3721: hue angle of 147.8º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3721 is Cyan = 0.75, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB145533-
CMYK0.7500.40.78
HSL147.8º59.42%13.53%-
HSV(B)147.8º74.55%21.57%-
XYZ1.822.941.91-
YUV40.23123.92109.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=13.73%
G=53.92%
B=32.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1455330.7500.40.78147.859.4213.53
HexE37214B0284E943be
Octal1667411130501162247316
Binary1110110111100001100101101010001001110100101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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