#11471E

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

Shades of Deep Fir #11471E

Tints of Deep Fir #11471E

Color information

#11471E (or 0x11471E) is unknown color: approx Deep Fir. HEX triplet: 11, 47 and 1E. RGB value is (17,71,30). Sum of RGB (Red+Green+Blue) = 17+71+30=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #11471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11471E is #EEB8E1. Grayscale: #323232. Windows color (decimal): -15644898 or 1984273. OLE color: 1984273.

HSL color Cylindrical-coordinate representation of color #11471E: hue angle of 134.44º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11471E is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB177130-
CMYK0.7600.580.72
HSL134.44º61.36%17.25%-
HSV(B)134.44º76.06%27.84%-
XYZ2.724.722-
YUV50.18116.61104.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 71 (28.12% from 255) = 60.17%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=14.41%
G=60.17%
B=25.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771300.7600.580.72134.4461.3617.25
Hex11471E4C03A48863d11
Octal21107361140721102067521
Binary100011000111111101001100011101010010001000011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11471E; }

 p { color: rgb(17,71,30); }

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

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

 a { background-color: rgb(17,71,30); }

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

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

 span { border-color: rgb(17,71,30); }

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