#11401D

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

Shades of Deep Fir #11401D

Tints of Deep Fir #11401D

Color information

#11401D (or 0x11401D) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 1D. RGB value is (17,64,29). Sum of RGB (Red+Green+Blue) = 17+64+29=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #11401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11401D is #EEBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15646691 or 1916945. OLE color: 1916945.

HSL color Cylindrical-coordinate representation of color #11401D: hue angle of 135.32º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11401D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB176429-
CMYK0.7300.550.75
HSL135.32º58.02%15.88%-
HSV(B)135.32º73.44%25.1%-
XYZ2.293.871.79-
YUV45.96118.43107.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=15.45%
G=58.18%
B=26.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764290.7300.550.75135.3258.0215.88
Hex11401D490374B873a10
Octal21100351110671132077220
Binary100011000000111011001001011011110010111000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11401D; }

 p { color: rgb(17,64,29); }

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

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

 a { background-color: rgb(17,64,29); }

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

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

 span { border-color: rgb(17,64,29); }

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