#11361B

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

Shades of Deep Fir #11361B

Tints of Deep Fir #11361B

Color information

#11361B (or 0x11361B) is unknown color: approx Deep Fir. HEX triplet: 11, 36 and 1B. RGB value is (17,54,27). Sum of RGB (Red+Green+Blue) = 17+54+27=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #11361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361B is #EEC9E4. Grayscale: #272727. Windows color (decimal): -15649253 or 1783313. OLE color: 1783313.

HSL color Cylindrical-coordinate representation of color #11361B: hue angle of 136.22º 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 #11361B is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB175427-
CMYK0.6900.50.79
HSL136.22º52.11%13.92%-
HSV(B)136.22º68.52%21.18%-
XYZ1.752.841.49-
YUV39.86120.74111.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 54 (21.48% from 255) = 55.10%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=17.35%
G=55.10%
B=27.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754270.6900.50.79136.2252.1113.92
Hex11361B450324F8834e
Octal2166331050621172106416
Binary1000111011011011100010101100101001111100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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