#143820

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

Shades of Deep Fir #143820

Tints of Deep Fir #143820

Color information

#143820 (or 0x143820) is unknown color: approx Deep Fir. HEX triplet: 14, 38 and 20. RGB value is (20,56,32). Sum of RGB (Red+Green+Blue) = 20+56+32=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #143820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143820 is #EBC7DF. Grayscale: #2A2A2A. Windows color (decimal): -15452128 or 2111508. OLE color: 2111508.

HSL color Cylindrical-coordinate representation of color #143820: hue angle of 140º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143820 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB205632-
CMYK0.6400.430.78
HSL140º47.37%14.9%-
HSV(B)140º64.29%21.96%-
XYZ1.963.081.86-
YUV42.5122.07111.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=18.52%
G=51.85%
B=29.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056320.6400.430.7814047.3714.9
Hex1438204002B4E8c2ff
Octal2470401000531162145717
Binary10100111000100000100000001010111001110100011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143820; }

 p { color: rgb(20,56,32); }

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

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

 a { background-color: rgb(20,56,32); }

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

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

 span { border-color: rgb(20,56,32); }

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