#163320

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

Shades of Deep Fir #163320

Tints of Deep Fir #163320

Color information

#163320 (or 0x163320) is unknown color: approx Deep Fir. HEX triplet: 16, 33 and 20. RGB value is (22,51,32). Sum of RGB (Red+Green+Blue) = 22+51+32=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #163320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163320 is #E9CCDF. Grayscale: #282828. Windows color (decimal): -15322336 or 2110230. OLE color: 2110230.

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

Color convert

RGB225132-
CMYK0.5700.370.8
HSL140.69º39.73%14.31%-
HSV(B)140.69º56.86%20%-
XYZ1.782.641.78-
YUV40.16123.39115.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=20.95%
G=48.57%
B=30.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2251320.5700.370.8140.6939.7314.31
Hex16332039025508d28e
Octal266340710451202155016
Binary1011011001110000011100101001011010000100011011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163320; }

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

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

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

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

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

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

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

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