#11411D

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

Shades of Deep Fir #11411D

Tints of Deep Fir #11411D

Color information

#11411D (or 0x11411D) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 1D. RGB value is (17,65,29). Sum of RGB (Red+Green+Blue) = 17+65+29=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #11411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411D is #EEBEE2. Grayscale: #2E2E2E. Windows color (decimal): -15646435 or 1917201. OLE color: 1917201.

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

Color convert

RGB176529-
CMYK0.7400.550.75
HSL135º58.54%16.08%-
HSV(B)135º73.85%25.49%-
XYZ2.343.991.81-
YUV46.54118.1106.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=15.32%
G=58.56%
B=26.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765290.7400.550.7513558.5416.08
Hex11411D4A0374B873b10
Octal21101351120671132077320
Binary100011000001111011001010011011110010111000011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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