#14321A

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

Shades of Deep Fir #14321A

Tints of Deep Fir #14321A

Color information

#14321A (or 0x14321A) is unknown color: approx Deep Fir. HEX triplet: 14, 32 and 1A. RGB value is (20,50,26). Sum of RGB (Red+Green+Blue) = 20+50+26=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #14321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14321A is #EBCDE5. Grayscale: #262626. Windows color (decimal): -15453670 or 1716756. OLE color: 1716756.

HSL color Cylindrical-coordinate representation of color #14321A: hue angle of 132º 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 #14321A is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB205026-
CMYK0.6000.480.80
HSL132º42.86%13.73%-
HSV(B)132º60%19.61%-
XYZ1.622.51.38-
YUV38.29121.06114.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=20.83%
G=52.08%
B=27.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050260.6000.480.8013242.8613.73
Hex14321A3C03050842be
Octal246232740601202045316
Binary101001100101101011110001100001010000100001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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