#11471D

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

Shades of Deep Fir #11471D

Tints of Deep Fir #11471D

Color information

#11471D (or 0x11471D) is unknown color: approx Deep Fir. HEX triplet: 11, 47 and 1D. RGB value is (17,71,29). Sum of RGB (Red+Green+Blue) = 17+71+29=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #11471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11471D is #EEB8E2. Grayscale: #323232. Windows color (decimal): -15644899 or 1918737. OLE color: 1918737.

HSL color Cylindrical-coordinate representation of color #11471D: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11471D is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB177129-
CMYK0.7600.590.72
HSL133.33º61.36%17.25%-
HSV(B)133.33º76.06%27.84%-
XYZ2.714.711.93-
YUV50.07116.11104.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 71 (28.12% from 255) = 60.68%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=14.53%
G=60.68%
B=24.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771290.7600.590.72133.3361.3617.25
Hex11471D4C03B48853d11
Octal21107351140731102057521
Binary100011000111111011001100011101110010001000010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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