#14321D

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

Shades of Deep Fir #14321D

Tints of Deep Fir #14321D

Color information

#14321D (or 0x14321D) is unknown color: approx Deep Fir. HEX triplet: 14, 32 and 1D. RGB value is (20,50,29). Sum of RGB (Red+Green+Blue) = 20+50+29=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #14321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14321D is #EBCDE2. Grayscale: #262626. Windows color (decimal): -15453667 or 1913364. OLE color: 1913364.

HSL color Cylindrical-coordinate representation of color #14321D: hue angle of 138º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14321D is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB205029-
CMYK0.6000.420.80
HSL138º42.86%13.73%-
HSV(B)138º60%19.61%-
XYZ1.652.521.56-
YUV38.64122.56114.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=20.20%
G=50.51%
B=29.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050290.6000.420.8013842.8613.73
Hex14321D3C02A508a2be
Octal246235740521202125316
Binary101001100101110111110001010101010000100010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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