#14431C

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

Shades of Deep Fir #14431C

Tints of Deep Fir #14431C

Color information

#14431C (or 0x14431C) is unknown color: approx Deep Fir. HEX triplet: 14, 43 and 1C. RGB value is (20,67,28). Sum of RGB (Red+Green+Blue) = 20+67+28=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #14431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14431C is #EBBCE3. Grayscale: #303030. Windows color (decimal): -15449316 or 1852180. OLE color: 1852180.

HSL color Cylindrical-coordinate representation of color #14431C: hue angle of 130.21º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14431C is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB206728-
CMYK0.7000.580.74
HSL130.21º54.02%17.06%-
HSV(B)130.21º70.15%26.27%-
XYZ2.514.251.79-
YUV48.5116.43107.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 67 (26.56% from 255) = 58.26%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=17.39%
G=58.26%
B=24.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2067280.7000.580.74130.2154.0217.06
Hex14431C4603A4A823611
Octal24103341060721122026621
Binary101001000011111001000110011101010010101000001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14431C; }

 p { color: rgb(20,67,28); }

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

<style>
 a { background-color: #14431C; }

 a { background-color: rgb(20,67,28); }

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

<style>
 span { border-color: #14431C; }

 span { border-color: rgb(20,67,28); }

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