#311B12

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

Shades of Brown Pod #311B12

Tints of Brown Pod #311B12

Color information

#311B12 (or 0x311B12) is unknown color: approx Brown Pod. HEX triplet: 31, 1B and 12. RGB value is (49,27,18). Sum of RGB (Red+Green+Blue) = 49+27+18=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B12 is #CEE4ED. Grayscale: #202020. Windows color (decimal): -13559022 or 1186609. OLE color: 1186609.

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

Color convert

RGB492718-
CMYK00.450.630.81
HSL17.42º46.27%13.14%-
HSV(B)17.42º63.27%19.22%-
XYZ1.771.480.76-
YUV32.55119.79139.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=52.13%
G=28.72%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49271800.450.630.8117.4246.2713.14
Hex311B1202D3F51112ed
Octal61332205577121215615
Binary110001110111001001011011111111010001100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,27,18); }

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

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

 a { background-color: rgb(49,27,18); }

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

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

 span { border-color: rgb(49,27,18); }

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