#163220

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

Shades of Deep Fir #163220

Tints of Deep Fir #163220

Color information

#163220 (or 0x163220) is unknown color: approx Deep Fir. HEX triplet: 16, 32 and 20. RGB value is (22,50,32). Sum of RGB (Red+Green+Blue) = 22+50+32=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #163220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163220 is #E9CDDF. Grayscale: #272727. Windows color (decimal): -15322592 or 2109974. OLE color: 2109974.

HSL color Cylindrical-coordinate representation of color #163220: hue angle of 141.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163220 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB225032-
CMYK0.5600.360.80
HSL141.43º38.89%14.12%-
HSV(B)141.43º56%19.61%-
XYZ1.732.561.77-
YUV39.58123.72115.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=21.15%
G=48.08%
B=30.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250320.5600.360.80141.4338.8914.12
Hex16322038024508d27e
Octal266240700441202154716
Binary1011011001010000011100001001001010000100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163220; }

 p { color: rgb(22,50,32); }

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

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

 a { background-color: rgb(22,50,32); }

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

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

 span { border-color: rgb(22,50,32); }

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