#311506

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

Shades of Brown Pod #311506

Tints of Brown Pod #311506

Color information

#311506 (or 0x311506) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 06. RGB value is (49,21,6). Sum of RGB (Red+Green+Blue) = 49+21+6=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #311506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311506 is #CEEAF9. Grayscale: #1B1B1B. Windows color (decimal): -13560570 or 398641. OLE color: 398641.

HSL color Cylindrical-coordinate representation of color #311506: hue angle of 20.93º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311506 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB49216-
CMYK00.570.880.81
HSL20.93º78.18%10.78%-
HSV(B)20.93º87.76%19.22%-
XYZ1.571.20.32-
YUV27.66115.78143.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=64.47%
G=27.63%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921600.570.880.8120.9378.1810.78
Hex311560395851154eb
Octal612560711301212511613
Binary110001101011100111001101100010100011010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311506; }

 p { color: rgb(49,21,6); }

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

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

 a { background-color: rgb(49,21,6); }

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

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

 span { border-color: rgb(49,21,6); }

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