#11461C

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

Shades of Deep Fir #11461C

Tints of Deep Fir #11461C

Color information

#11461C (or 0x11461C) is unknown color: approx Deep Fir. HEX triplet: 11, 46 and 1C. RGB value is (17,70,28). Sum of RGB (Red+Green+Blue) = 17+70+28=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #11461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11461C is #EEB9E3. Grayscale: #313131. Windows color (decimal): -15645156 or 1852945. OLE color: 1852945.

HSL color Cylindrical-coordinate representation of color #11461C: hue angle of 132.45º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11461C is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB177028-
CMYK0.7600.600.73
HSL132.45º60.92%17.06%-
HSV(B)132.45º75.71%27.45%-
XYZ2.634.581.84-
YUV49.36115.94104.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=14.78%
G=60.87%
B=24.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770280.7600.600.73132.4560.9217.06
Hex11461C4C03C49843d11
Octal21106341140741112047521
Binary100011000110111001001100011110010010011000010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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