#11401A

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

Shades of Deep Fir #11401A

Tints of Deep Fir #11401A

Color information

#11401A (or 0x11401A) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 1A. RGB value is (17,64,26). Sum of RGB (Red+Green+Blue) = 17+64+26=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #11401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11401A is #EEBFE5. Grayscale: #2D2D2D. Windows color (decimal): -15646694 or 1720337. OLE color: 1720337.

HSL color Cylindrical-coordinate representation of color #11401A: hue angle of 131.49º 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 #11401A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB176426-
CMYK0.7300.590.75
HSL131.49º58.02%15.88%-
HSV(B)131.49º73.44%25.1%-
XYZ2.253.861.6-
YUV45.61116.93107.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=15.89%
G=59.81%
B=24.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764260.7300.590.75131.4958.0215.88
Hex11401A4903B4B833a10
Octal21100321110731132037220
Binary100011000000110101001001011101110010111000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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