#143721

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

Shades of Deep Fir #143721

Tints of Deep Fir #143721

Color information

#143721 (or 0x143721) is unknown color: approx Deep Fir. HEX triplet: 14, 37 and 21. RGB value is (20,55,33). Sum of RGB (Red+Green+Blue) = 20+55+33=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #143721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143721 is #EBC8DE. Grayscale: #2A2A2A. Windows color (decimal): -15452383 or 2176788. OLE color: 2176788.

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

Color convert

RGB205533-
CMYK0.6400.40.78
HSL142.29º46.67%14.71%-
HSV(B)142.29º63.64%21.57%-
XYZ1.932.991.91-
YUV42.03122.9112.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 55 (21.88% from 255) = 50.93%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=18.52%
G=50.93%
B=30.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055330.6400.40.78142.2946.6714.71
Hex143721400284E8e2ff
Octal2467411000501162165717
Binary10100110111100001100000001010001001110100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143721; }

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

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

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

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

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

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

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

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