#11461A

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

Shades of Deep Fir #11461A

Tints of Deep Fir #11461A

Color information

#11461A (or 0x11461A) is unknown color: approx Deep Fir. HEX triplet: 11, 46 and 1A. RGB value is (17,70,26). Sum of RGB (Red+Green+Blue) = 17+70+26=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #11461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11461A is #EEB9E5. Grayscale: #313131. Windows color (decimal): -15645158 or 1721873. OLE color: 1721873.

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

Color convert

RGB177026-
CMYK0.7600.630.73
HSL130.19º60.92%17.06%-
HSV(B)130.19º75.71%27.45%-
XYZ2.614.571.72-
YUV49.14114.94105.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 70 (27.73% from 255) = 61.95%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=15.04%
G=61.95%
B=23.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770260.7600.630.73130.1960.9217.06
Hex11461A4C03F49823d11
Octal21106321140771112027521
Binary100011000110110101001100011111110010011000001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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