#14341C

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

Shades of Deep Fir #14341C

Tints of Deep Fir #14341C

Color information

#14341C (or 0x14341C) is unknown color: approx Deep Fir. HEX triplet: 14, 34 and 1C. RGB value is (20,52,28). Sum of RGB (Red+Green+Blue) = 20+52+28=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #14341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14341C is #EBCBE3. Grayscale: #272727. Windows color (decimal): -15453156 or 1848340. OLE color: 1848340.

HSL color Cylindrical-coordinate representation of color #14341C: hue angle of 135º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14341C is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB205228-
CMYK0.6200.460.80
HSL135º44.44%14.12%-
HSV(B)135º61.54%20.39%-
XYZ1.732.691.53-
YUV39.7121.4113.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 52%
BLUE value IS 28 (11.33% from 255) = 28%
R=20%
G=52%
B=28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052280.6200.460.8013544.4414.12
Hex14341C3E02E50872ce
Octal246434760561202075416
Binary101001101001110011111001011101010000100001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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