#14471F

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

Shades of Deep Fir #14471F

Tints of Deep Fir #14471F

Color information

#14471F (or 0x14471F) is unknown color: approx Deep Fir. HEX triplet: 14, 47 and 1F. RGB value is (20,71,31). Sum of RGB (Red+Green+Blue) = 20+71+31=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #14471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471F is #EBB8E0. Grayscale: #333333. Windows color (decimal): -15448289 or 2049812. OLE color: 2049812.

HSL color Cylindrical-coordinate representation of color #14471F: hue angle of 132.94º 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 #14471F is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB207131-
CMYK0.7200.560.72
HSL132.94º56.04%17.84%-
HSV(B)132.94º71.83%27.84%-
XYZ2.794.752.07-
YUV51.19116.6105.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=16.39%
G=58.20%
B=25.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071310.7200.560.72132.9456.0417.84
Hex14471F4803848853812
Octal24107371100701102057022
Binary101001000111111111001000011100010010001000010111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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