#113616

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

Shades of Deep Fir #113616

Tints of Deep Fir #113616

Color information

#113616 (or 0x113616) is unknown color: approx Deep Fir. HEX triplet: 11, 36 and 16. RGB value is (17,54,22). Sum of RGB (Red+Green+Blue) = 17+54+22=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #113616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113616 is #EEC9E9. Grayscale: #272727. Windows color (decimal): -15649258 or 1455633. OLE color: 1455633.

HSL color Cylindrical-coordinate representation of color #113616: hue angle of 128.11º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113616 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB175422-
CMYK0.6900.590.79
HSL128.11º52.11%13.92%-
HSV(B)128.11º68.52%21.18%-
XYZ1.72.821.21-
YUV39.29118.24112.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 54 (21.48% from 255) = 58.06%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=18.28%
G=58.06%
B=23.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754220.6900.590.79128.1152.1113.92
Hex1136164503B4F8034e
Octal2166261050731172006416
Binary1000111011010110100010101110111001111100000001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113616; }

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

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

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

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

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

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

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

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