#143321

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

Shades of Deep Fir #143321

Tints of Deep Fir #143321

Color information

#143321 (or 0x143321) is unknown color: approx Deep Fir. HEX triplet: 14, 33 and 21. RGB value is (20,51,33). Sum of RGB (Red+Green+Blue) = 20+51+33=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #143321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143321 is #EBCCDE. Grayscale: #272727. Windows color (decimal): -15453407 or 2175764. OLE color: 2175764.

HSL color Cylindrical-coordinate representation of color #143321: hue angle of 145.16º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143321 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB205133-
CMYK0.6100.350.8
HSL145.16º43.66%13.92%-
HSV(B)145.16º60.78%20%-
XYZ1.752.631.85-
YUV39.68124.23113.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=19.23%
G=49.04%
B=31.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051330.6100.350.8145.1643.6613.92
Hex1433213D02350912ce
Octal246341750431202215416
Binary1010011001110000111110101000111010000100100011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143321; }

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

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

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

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

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

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

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

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