#163521

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

Shades of Deep Fir #163521

Tints of Deep Fir #163521

Color information

#163521 (or 0x163521) is unknown color: approx Deep Fir. HEX triplet: 16, 35 and 21. RGB value is (22,53,33). Sum of RGB (Red+Green+Blue) = 22+53+33=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #163521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163521 is #E9CADE. Grayscale: #292929. Windows color (decimal): -15321823 or 2176278. OLE color: 2176278.

HSL color Cylindrical-coordinate representation of color #163521: hue angle of 141.29º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163521 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB225333-
CMYK0.5800.380.79
HSL141.29º41.33%14.71%-
HSV(B)141.29º58.49%20.78%-
XYZ1.882.831.89-
YUV41.45123.23114.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=20.37%
G=49.07%
B=30.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253330.5800.380.79141.2941.3314.71
Hex1635213A0264F8d29f
Octal266541720461172155117
Binary1011011010110000111101001001101001111100011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163521; }

 p { color: rgb(22,53,33); }

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

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

 a { background-color: rgb(22,53,33); }

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

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

 span { border-color: rgb(22,53,33); }

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