#11361F

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

Shades of Deep Fir #11361F

Tints of Deep Fir #11361F

Color information

#11361F (or 0x11361F) is unknown color: approx Deep Fir. HEX triplet: 11, 36 and 1F. RGB value is (17,54,31). Sum of RGB (Red+Green+Blue) = 17+54+31=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #11361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11361F is #EEC9E0. Grayscale: #282828. Windows color (decimal): -15649249 or 2045457. OLE color: 2045457.

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

Color convert

RGB175431-
CMYK0.6900.430.79
HSL142.7º52.11%13.92%-
HSV(B)142.7º68.52%21.18%-
XYZ1.82.861.75-
YUV40.32122.74111.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 54 (21.48% from 255) = 52.94%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=16.67%
G=52.94%
B=30.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754310.6900.430.79142.752.1113.92
Hex11361F4502B4F8f34e
Octal2166371050531172176416
Binary1000111011011111100010101010111001111100011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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