#14371D

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

Shades of Deep Fir #14371D

Tints of Deep Fir #14371D

Color information

#14371D (or 0x14371D) is unknown color: approx Deep Fir. HEX triplet: 14, 37 and 1D. RGB value is (20,55,29). Sum of RGB (Red+Green+Blue) = 20+55+29=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #14371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14371D is #EBC8E2. Grayscale: #292929. Windows color (decimal): -15452387 or 1914644. OLE color: 1914644.

HSL color Cylindrical-coordinate representation of color #14371D: hue angle of 135.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14371D is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB205529-
CMYK0.6400.470.78
HSL135.43º46.67%14.71%-
HSV(B)135.43º63.64%21.57%-
XYZ1.882.971.64-
YUV41.57120.9112.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=19.23%
G=52.88%
B=27.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055290.6400.470.78135.4346.6714.71
Hex14371D4002F4E872ff
Octal2467351000571162075717
Binary1010011011111101100000001011111001110100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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