#11361D

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

Shades of Deep Fir #11361D

Tints of Deep Fir #11361D

Color information

#11361D (or 0x11361D) is unknown color: approx Deep Fir. HEX triplet: 11, 36 and 1D. RGB value is (17,54,29). Sum of RGB (Red+Green+Blue) = 17+54+29=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #11361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361D is #EEC9E2. Grayscale: #282828. Windows color (decimal): -15649251 or 1914385. OLE color: 1914385.

HSL color Cylindrical-coordinate representation of color #11361D: hue angle of 139.46º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11361D is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB175429-
CMYK0.6900.460.79
HSL139.46º52.11%13.92%-
HSV(B)139.46º68.52%21.18%-
XYZ1.772.851.62-
YUV40.09121.74111.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17%
GREEN value IS 54 (21.48% from 255) = 54%
BLUE value IS 29 (11.72% from 255) = 29%
R=17%
G=54%
B=29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754290.6900.460.79139.4652.1113.92
Hex11361D4502E4F8b34e
Octal2166351050561172136416
Binary1000111011011101100010101011101001111100010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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