#143821

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

Shades of Deep Fir #143821

Tints of Deep Fir #143821

Color information

#143821 (or 0x143821) is unknown color: approx Deep Fir. HEX triplet: 14, 38 and 21. RGB value is (20,56,33). Sum of RGB (Red+Green+Blue) = 20+56+33=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #143821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143821 is #EBC7DE. Grayscale: #2A2A2A. Windows color (decimal): -15452127 or 2177044. OLE color: 2177044.

HSL color Cylindrical-coordinate representation of color #143821: hue angle of 141.67º 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 #143821 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB205633-
CMYK0.6400.410.78
HSL141.67º47.37%14.9%-
HSV(B)141.67º64.29%21.96%-
XYZ1.983.091.93-
YUV42.61122.57111.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=18.35%
G=51.38%
B=30.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056330.6400.410.78141.6747.3714.9
Hex143821400294E8e2ff
Octal2470411000511162165717
Binary10100111000100001100000001010011001110100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143821; }

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

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

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

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

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

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

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

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