#311200

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

Shades of Brown Pod #311200

Tints of Brown Pod #311200

Color information

#311200 (or 0x311200) is unknown color: approx Brown Pod. HEX triplet: 31, 12 and 00. RGB value is (49,18,0). Sum of RGB (Red+Green+Blue) = 49+18+0=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #311200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311200 is #CEEDFF. Grayscale: #191919. Windows color (decimal): -13561344 or 4657. OLE color: 4657.

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

Color convert

RGB49180-
CMYK00.6310.81
HSL22.04º100%9.61%-
HSV(B)22.04º100%19.22%-
XYZ1.481.090.13-
YUV25.22113.77144.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.13%
G=26.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4918000.6310.8122.041009.61
Hex3112003F64511664a
Octal612200771441212614412
Binary1100011001000111111110010010100011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311200; }

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

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

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

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

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

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

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

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