#311B11

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

Shades of Brown Pod #311B11

Tints of Brown Pod #311B11

Color information

#311B11 (or 0x311B11) is unknown color: approx Brown Pod. HEX triplet: 31, 1B and 11. RGB value is (49,27,17). Sum of RGB (Red+Green+Blue) = 49+27+17=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B11 is #CEE4EE. Grayscale: #202020. Windows color (decimal): -13559023 or 1121073. OLE color: 1121073.

HSL color Cylindrical-coordinate representation of color #311B11: hue angle of 18.75º 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 #311B11 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB492717-
CMYK00.450.650.81
HSL18.75º48.48%12.94%-
HSV(B)18.75º65.31%19.22%-
XYZ1.761.480.72-
YUV32.44119.29139.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=52.69%
G=29.03%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49271700.450.650.8118.7548.4812.94
Hex311B1102D41511330d
Octal613321055101121236015
Binary1100011101110001010110110000011010001100111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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