#143520

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

Shades of Deep Fir #143520

Tints of Deep Fir #143520

Color information

#143520 (or 0x143520) is unknown color: approx Deep Fir. HEX triplet: 14, 35 and 20. RGB value is (20,53,32). Sum of RGB (Red+Green+Blue) = 20+53+32=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #143520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143520 is #EBCADF. Grayscale: #282828. Windows color (decimal): -15452896 or 2110740. OLE color: 2110740.

HSL color Cylindrical-coordinate representation of color #143520: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143520 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB205332-
CMYK0.6200.400.79
HSL141.82º45.21%14.31%-
HSV(B)141.82º62.26%20.78%-
XYZ1.822.81.81-
YUV40.74123.07113.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=19.05%
G=50.48%
B=30.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053320.6200.400.79141.8245.2114.31
Hex1435203E0284F8e2de
Octal246540760501172165516
Binary1010011010110000011111001010001001111100011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143520; }

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

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

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

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

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

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

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

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