#16361C

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

Shades of Deep Fir #16361C

Tints of Deep Fir #16361C

Color information

#16361C (or 0x16361C) is unknown color: approx Deep Fir. HEX triplet: 16, 36 and 1C. RGB value is (22,54,28). Sum of RGB (Red+Green+Blue) = 22+54+28=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #16361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361C is #E9C9E3. Grayscale: #292929. Windows color (decimal): -15321572 or 1848854. OLE color: 1848854.

HSL color Cylindrical-coordinate representation of color #16361C: hue angle of 131.25º 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 #16361C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB225428-
CMYK0.5900.480.79
HSL131.25º42.11%14.9%-
HSV(B)131.25º59.26%21.18%-
XYZ1.862.891.56-
YUV41.47120.4114.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 54 (21.48% from 255) = 51.92%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=21.15%
G=51.92%
B=26.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254280.5900.480.79131.2542.1114.9
Hex16361C3B0304F832af
Octal266634730601172035217
Binary101101101101110011101101100001001111100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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