#11401B

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

Shades of Deep Fir #11401B

Tints of Deep Fir #11401B

Color information

#11401B (or 0x11401B) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 1B. RGB value is (17,64,27). Sum of RGB (Red+Green+Blue) = 17+64+27=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #11401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11401B is #EEBFE4. Grayscale: #2D2D2D. Windows color (decimal): -15646693 or 1785873. OLE color: 1785873.

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

Color convert

RGB176427-
CMYK0.7300.580.75
HSL132.77º58.02%15.88%-
HSV(B)132.77º73.44%25.1%-
XYZ2.263.871.66-
YUV45.73117.43107.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 27 (10.94% from 255) = 25%
R=15.74%
G=59.26%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764270.7300.580.75132.7758.0215.88
Hex11401B4903A4B853a10
Octal21100331110721132057220
Binary100011000000110111001001011101010010111000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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