#113417

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

Shades of Deep Fir #113417

Tints of Deep Fir #113417

Color information

#113417 (or 0x113417) is unknown color: approx Deep Fir. HEX triplet: 11, 34 and 17. RGB value is (17,52,23). Sum of RGB (Red+Green+Blue) = 17+52+23=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 52 (20.70% from 255 or 56.52% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 52 - color contains mainly: green. Hex color #113417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113417 is #EECBE8. Grayscale: #262626. Windows color (decimal): -15649769 or 1520657. OLE color: 1520657.

HSL color Cylindrical-coordinate representation of color #113417: hue angle of 130.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113417 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB175223-
CMYK0.6700.560.80
HSL130.29º50.72%13.53%-
HSV(B)130.29º67.31%20.39%-
XYZ1.612.641.23-
YUV38.23119.4112.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 52 (20.70% from 255) = 56.52%
BLUE value IS 23 (9.38% from 255) = 25%
R=18.48%
G=56.52%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752230.6700.560.80130.2950.7213.53
Hex11341743038508233e
Octal2164271030701202026316
Binary1000111010010111100001101110001010000100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113417; }

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

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

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

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

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

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

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

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