#311404

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

Shades of Brown Pod #311404

Tints of Brown Pod #311404

Color information

#311404 (or 0x311404) is unknown color: approx Brown Pod. HEX triplet: 31, 14 and 04. RGB value is (49,20,4). Sum of RGB (Red+Green+Blue) = 49+20+4=73 (9% of max value = 765). Red value is 49 (19.53% from 255 or 67.12% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 49 - color contains mainly: red. Hex color #311404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311404 is #CEEBFB. Grayscale: #1A1A1A. Windows color (decimal): -13560828 or 267313. OLE color: 267313.

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

Color convert

RGB49204-
CMYK00.590.920.81
HSL21.33º84.91%10.39%-
HSV(B)21.33º91.84%19.22%-
XYZ1.541.160.26-
YUV26.85115.11143.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 67.12%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=67.12%
G=27.40%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4920400.590.920.8121.3384.9110.39
Hex3114403B5C511555a
Octal612440731341212512512
Binary110001101001000111011101110010100011010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311404; }

 p { color: rgb(49,20,4); }

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

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

 a { background-color: rgb(49,20,4); }

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

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

 span { border-color: rgb(49,20,4); }

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