#163720

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

Shades of Deep Fir #163720

Tints of Deep Fir #163720

Color information

#163720 (or 0x163720) is unknown color: approx Deep Fir. HEX triplet: 16, 37 and 20. RGB value is (22,55,32). Sum of RGB (Red+Green+Blue) = 22+55+32=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #163720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163720 is #E9C8DF. Grayscale: #2A2A2A. Windows color (decimal): -15321312 or 2111254. OLE color: 2111254.

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

Color convert

RGB225532-
CMYK0.600.420.78
HSL138.18º42.86%15.1%-
HSV(B)138.18º60%21.57%-
XYZ1.963.011.84-
YUV42.51122.07113.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 55 (21.88% from 255) = 50.46%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=20.18%
G=50.46%
B=29.36%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2255320.600.420.78138.1842.8615.1
Hex1637203C02A4E8a2bf
Octal266740740521162125317
Binary1011011011110000011110001010101001110100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163720; }

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

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

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

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

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

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

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

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