#113720

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

Shades of Deep Fir #113720

Tints of Deep Fir #113720

Color information

#113720 (or 0x113720) is unknown color: approx Deep Fir. HEX triplet: 11, 37 and 20. RGB value is (17,55,32). Sum of RGB (Red+Green+Blue) = 17+55+32=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #113720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113720 is #EEC8DF. Grayscale: #292929. Windows color (decimal): -15648992 or 2111249. OLE color: 2111249.

HSL color Cylindrical-coordinate representation of color #113720: hue angle of 143.68º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113720 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB175532-
CMYK0.6900.420.78
HSL143.68º52.78%14.12%-
HSV(B)143.68º69.09%21.57%-
XYZ1.862.961.84-
YUV41.02122.91110.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=16.35%
G=52.88%
B=30.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1755320.6900.420.78143.6852.7814.12
Hex1137204502A4E9035e
Octal2167401050521162206516
Binary10001110111100000100010101010101001110100100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113720; }

 p { color: rgb(17,55,32); }

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

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

 a { background-color: rgb(17,55,32); }

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

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

 span { border-color: rgb(17,55,32); }

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