#16391D

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

Shades of Deep Fir #16391D

Tints of Deep Fir #16391D

Color information

#16391D (or 0x16391D) is unknown color: approx Deep Fir. HEX triplet: 16, 39 and 1D. RGB value is (22,57,29). Sum of RGB (Red+Green+Blue) = 22+57+29=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #16391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16391D is #E9C6E2. Grayscale: #2B2B2B. Windows color (decimal): -15320803 or 1915158. OLE color: 1915158.

HSL color Cylindrical-coordinate representation of color #16391D: hue angle of 132º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #16391D is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB225729-
CMYK0.6100.490.78
HSL132º44.3%15.49%-
HSV(B)132º61.4%22.35%-
XYZ2.023.191.67-
YUV43.34119.9112.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=20.37%
G=52.78%
B=26.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257290.6100.490.7813244.315.49
Hex16391D3D0314E842cf
Octal267135750611162045417
Binary101101110011110111110101100011001110100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16391D; }

 p { color: rgb(22,57,29); }

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

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

 a { background-color: rgb(22,57,29); }

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

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

 span { border-color: rgb(22,57,29); }

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