#311301

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

Shades of Brown Pod #311301

Tints of Brown Pod #311301

Color information

#311301 (or 0x311301) is unknown color: approx Brown Pod. HEX triplet: 31, 13 and 01. RGB value is (49,19,1). Sum of RGB (Red+Green+Blue) = 49+19+1=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #311301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311301 is #CEECFE. Grayscale: #1A1A1A. Windows color (decimal): -13561087 or 70449. OLE color: 70449.

HSL color Cylindrical-coordinate representation of color #311301: hue angle of 22.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #311301 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49191-
CMYK00.610.980.81
HSL22.5º96%9.8%-
HSV(B)22.5º97.96%19.22%-
XYZ1.51.120.17-
YUV25.92113.94144.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=71.01%
G=27.54%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4919100.610.980.8122.5969.8
Hex3113103D62511660a
Octal612310751421212614012
Binary1100011001110111101110001010100011011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311301; }

 p { color: rgb(49,19,1); }

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

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

 a { background-color: rgb(49,19,1); }

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

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

 span { border-color: rgb(49,19,1); }

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