#11411C

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

Shades of Deep Fir #11411C

Tints of Deep Fir #11411C

Color information

#11411C (or 0x11411C) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 1C. RGB value is (17,65,28). Sum of RGB (Red+Green+Blue) = 17+65+28=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #11411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411C is #EEBEE3. Grayscale: #2E2E2E. Windows color (decimal): -15646436 or 1851665. OLE color: 1851665.

HSL color Cylindrical-coordinate representation of color #11411C: hue angle of 133.75º 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 #11411C is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB176528-
CMYK0.7400.570.75
HSL133.75º58.54%16.08%-
HSV(B)133.75º73.85%25.49%-
XYZ2.333.981.74-
YUV46.43117.6107.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=15.45%
G=59.09%
B=25.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765280.7400.570.75133.7558.5416.08
Hex11411C4A0394B863b10
Octal21101341120711132067320
Binary100011000001111001001010011100110010111000011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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