#16361D

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

Shades of Deep Fir #16361D

Tints of Deep Fir #16361D

Color information

#16361D (or 0x16361D) is unknown color: approx Deep Fir. HEX triplet: 16, 36 and 1D. RGB value is (22,54,29). Sum of RGB (Red+Green+Blue) = 22+54+29=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #16361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361D is #E9C9E2. Grayscale: #292929. Windows color (decimal): -15321571 or 1914390. OLE color: 1914390.

HSL color Cylindrical-coordinate representation of color #16361D: hue angle of 133.12º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16361D is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB225429-
CMYK0.5900.460.79
HSL133.12º42.11%14.9%-
HSV(B)133.12º59.26%21.18%-
XYZ1.872.91.62-
YUV41.58120.9114.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 54 (21.48% from 255) = 51.43%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=20.95%
G=51.43%
B=27.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254290.5900.460.79133.1242.1114.9
Hex16361D3B02E4F852af
Octal266635730561172055217
Binary101101101101110111101101011101001111100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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