#163120

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

Shades of Deep Fir #163120

Tints of Deep Fir #163120

Color information

#163120 (or 0x163120) is unknown color: approx Deep Fir. HEX triplet: 16, 31 and 20. RGB value is (22,49,32). Sum of RGB (Red+Green+Blue) = 22+49+32=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #163120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163120 is #E9CEDF. Grayscale: #272727. Windows color (decimal): -15322848 or 2109718. OLE color: 2109718.

HSL color Cylindrical-coordinate representation of color #163120: hue angle of 142.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163120 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB224932-
CMYK0.5500.350.81
HSL142.22º38.03%13.92%-
HSV(B)142.22º55.1%19.22%-
XYZ1.692.471.75-
YUV38.99124.05115.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=21.36%
G=47.57%
B=31.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249320.5500.350.81142.2238.0313.92
Hex16312037023518e26e
Octal266140670431212164616
Binary1011011000110000011011101000111010001100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163120; }

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

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

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

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

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

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

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

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