#113117

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

Shades of Deep Fir #113117

Tints of Deep Fir #113117

Color information

#113117 (or 0x113117) is unknown color: approx Deep Fir. HEX triplet: 11, 31 and 17. RGB value is (17,49,23). Sum of RGB (Red+Green+Blue) = 17+49+23=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #113117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113117 is #EECEE8. Grayscale: #242424. Windows color (decimal): -15650537 or 1519889. OLE color: 1519889.

HSL color Cylindrical-coordinate representation of color #113117: hue angle of 131.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113117 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB174923-
CMYK0.6500.530.81
HSL131.25º48.48%12.94%-
HSV(B)131.25º65.31%19.22%-
XYZ1.482.381.19-
YUV36.47120.4114.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=19.10%
G=55.06%
B=25.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749230.6500.530.81131.2548.4812.94
Hex11311741035518330d
Octal2161271010651212036015
Binary1000111000110111100000101101011010001100000111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113117; }

 p { color: rgb(17,49,23); }

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

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

 a { background-color: rgb(17,49,23); }

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

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

 span { border-color: rgb(17,49,23); }

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