#163820

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

Shades of Deep Fir #163820

Tints of Deep Fir #163820

Color information

#163820 (or 0x163820) is unknown color: approx Deep Fir. HEX triplet: 16, 38 and 20. RGB value is (22,56,32). Sum of RGB (Red+Green+Blue) = 22+56+32=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #163820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163820 is #E9C7DF. Grayscale: #2B2B2B. Windows color (decimal): -15321056 or 2111510. OLE color: 2111510.

HSL color Cylindrical-coordinate representation of color #163820: hue angle of 137.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163820 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB225632-
CMYK0.6100.430.78
HSL137.65º43.59%15.29%-
HSV(B)137.65º60.71%21.96%-
XYZ2.013.11.86-
YUV43.1121.74112.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=20%
G=50.91%
B=29.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256320.6100.430.78137.6543.5915.29
Hex1638203D02B4E8a2cf
Octal267040750531162125417
Binary1011011100010000011110101010111001110100010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163820; }

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

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

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

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

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

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

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

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