#14451E

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

Shades of Deep Fir #14451E

Tints of Deep Fir #14451E

Color information

#14451E (or 0x14451E) is unknown color: approx Deep Fir. HEX triplet: 14, 45 and 1E. RGB value is (20,69,30). Sum of RGB (Red+Green+Blue) = 20+69+30=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #14451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14451E is #EBBAE1. Grayscale: #323232. Windows color (decimal): -15448802 or 1983764. OLE color: 1983764.

HSL color Cylindrical-coordinate representation of color #14451E: hue angle of 132.24º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14451E is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB206930-
CMYK0.7100.570.73
HSL132.24º55.06%17.45%-
HSV(B)132.24º71.01%27.06%-
XYZ2.654.51.96-
YUV49.9116.77106.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=16.81%
G=57.98%
B=25.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069300.7100.570.73132.2455.0617.45
Hex14451E4703949843711
Octal24105361070711112046721
Binary101001000101111101000111011100110010011000010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14451E; }

 p { color: rgb(20,69,30); }

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

<style>
 a { background-color: #14451E; }

 a { background-color: rgb(20,69,30); }

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

<style>
 span { border-color: #14451E; }

 span { border-color: rgb(20,69,30); }

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