#311C11

Color #311C11 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #311C11

Tints of Brown Pod #311C11

Color information

#311C11 (or 0x311C11) is unknown color: approx Brown Pod. HEX triplet: 31, 1C and 11. RGB value is (49,28,17). Sum of RGB (Red+Green+Blue) = 49+28+17=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C11 is #CEE3EE. Grayscale: #212121. Windows color (decimal): -13558767 or 1121329. OLE color: 1121329.

HSL color Cylindrical-coordinate representation of color #311C11: hue angle of 20.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311C11 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB492817-
CMYK00.430.650.81
HSL20.62º48.48%12.94%-
HSV(B)20.62º65.31%19.22%-
XYZ1.781.520.73-
YUV33.02118.96139.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=52.13%
G=29.79%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49281700.430.650.8120.6248.4812.94
Hex311C1102B41511530d
Octal613421053101121256015
Binary1100011110010001010101110000011010001101011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311C11; }

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

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

<style>
 a { background-color: #311C11; }

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

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

<style>
 span { border-color: #311C11; }

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

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