#163A1C

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

Shades of Deep Fir #163A1C

Tints of Deep Fir #163A1C

Color information

#163A1C (or 0x163A1C) is unknown color: approx Deep Fir. HEX triplet: 16, 3A and 1C. RGB value is (22,58,28). Sum of RGB (Red+Green+Blue) = 22+58+28=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #163A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A1C is #E9C5E3. Grayscale: #2B2B2B. Windows color (decimal): -15320548 or 1849878. OLE color: 1849878.

HSL color Cylindrical-coordinate representation of color #163A1C: hue angle of 130º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A1C is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB225828-
CMYK0.6200.520.77
HSL130º45%15.69%-
HSV(B)130º62.07%22.75%-
XYZ2.053.281.62-
YUV43.82119.07112.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 58 (23.05% from 255) = 53.70%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=20.37%
G=53.70%
B=25.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2258280.6200.520.771304515.69
Hex163A1C3E0344D822d10
Octal267234760641152025520
Binary1011011101011100111110011010010011011000001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A1C; }

 p { color: rgb(22,58,28); }

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

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

 a { background-color: rgb(22,58,28); }

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

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

 span { border-color: rgb(22,58,28); }

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