#14401E

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

Shades of Deep Fir #14401E

Tints of Deep Fir #14401E

Color information

#14401E (or 0x14401E) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 1E. RGB value is (20,64,30). Sum of RGB (Red+Green+Blue) = 20+64+30=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #14401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401E is #EBBFE1. Grayscale: #2F2F2F. Windows color (decimal): -15450082 or 1982484. OLE color: 1982484.

HSL color Cylindrical-coordinate representation of color #14401E: hue angle of 133.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14401E is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB206430-
CMYK0.6900.530.75
HSL133.64º52.38%16.47%-
HSV(B)133.64º68.75%25.1%-
XYZ2.363.911.86-
YUV46.97118.42108.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=17.54%
G=56.14%
B=26.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064300.6900.530.75133.6452.3816.47
Hex14401E450354B863410
Octal24100361050651132066420
Binary101001000000111101000101011010110010111000011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14401E; }

 p { color: rgb(20,64,30); }

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

<style>
 a { background-color: #14401E; }

 a { background-color: rgb(20,64,30); }

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

<style>
 span { border-color: #14401E; }

 span { border-color: rgb(20,64,30); }

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