#14471E

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

Shades of Deep Fir #14471E

Tints of Deep Fir #14471E

Color information

#14471E (or 0x14471E) is unknown color: approx Deep Fir. HEX triplet: 14, 47 and 1E. RGB value is (20,71,30). Sum of RGB (Red+Green+Blue) = 20+71+30=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #14471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471E is #EBB8E1. Grayscale: #333333. Windows color (decimal): -15448290 or 1984276. OLE color: 1984276.

HSL color Cylindrical-coordinate representation of color #14471E: hue angle of 131.76º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14471E is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB207130-
CMYK0.7200.580.72
HSL131.76º56.04%17.84%-
HSV(B)131.76º71.83%27.84%-
XYZ2.784.752-
YUV51.08116.1105.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 71 (28.12% from 255) = 58.68%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=16.53%
G=58.68%
B=24.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071300.7200.580.72131.7656.0417.84
Hex14471E4803A48843812
Octal24107361100721102047022
Binary101001000111111101001000011101010010001000010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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