#14351A

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

Shades of Deep Fir #14351A

Tints of Deep Fir #14351A

Color information

#14351A (or 0x14351A) is unknown color: approx Deep Fir. HEX triplet: 14, 35 and 1A. RGB value is (20,53,26). Sum of RGB (Red+Green+Blue) = 20+53+26=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #14351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14351A is #EBCAE5. Grayscale: #282828. Windows color (decimal): -15452902 or 1717524. OLE color: 1717524.

HSL color Cylindrical-coordinate representation of color #14351A: hue angle of 130.91º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14351A is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB205326-
CMYK0.6200.510.79
HSL130.91º45.21%14.31%-
HSV(B)130.91º62.26%20.78%-
XYZ1.752.771.42-
YUV40.05120.07113.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=20.20%
G=53.54%
B=26.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053260.6200.510.79130.9145.2114.31
Hex14351A3E0334F832de
Octal246532760631172035516
Binary101001101011101011111001100111001111100000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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