#14401D

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

Shades of Deep Fir #14401D

Tints of Deep Fir #14401D

Color information

#14401D (or 0x14401D) is unknown color: approx Deep Fir. HEX triplet: 14, 40 and 1D. RGB value is (20,64,29). Sum of RGB (Red+Green+Blue) = 20+64+29=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #14401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14401D is #EBBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15450083 or 1916948. OLE color: 1916948.

HSL color Cylindrical-coordinate representation of color #14401D: hue angle of 132.27º 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 #14401D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB206429-
CMYK0.6900.550.75
HSL132.27º52.38%16.47%-
HSV(B)132.27º68.75%25.1%-
XYZ2.343.91.79-
YUV46.85117.92108.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=17.70%
G=56.64%
B=25.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2064290.6900.550.75132.2752.3816.47
Hex14401D450374B843410
Octal24100351050671132046420
Binary101001000000111011000101011011110010111000010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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