#311B10

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

Shades of Brown Pod #311B10

Tints of Brown Pod #311B10

Color information

#311B10 (or 0x311B10) is unknown color: approx Brown Pod. HEX triplet: 31, 1B and 10. RGB value is (49,27,16). Sum of RGB (Red+Green+Blue) = 49+27+16=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B10 is #CEE4EF. Grayscale: #202020. Windows color (decimal): -13559024 or 1055537. OLE color: 1055537.

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

Color convert

RGB492716-
CMYK00.450.670.81
HSL20º50.77%12.75%-
HSV(B)20º67.35%19.22%-
XYZ1.751.470.68-
YUV32.32118.79139.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=53.26%
G=29.35%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49271600.450.670.812050.7712.75
Hex311B1002D43511433d
Octal613320055103121246315
Binary1100011101110000010110110000111010001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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