#311304

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

Shades of Brown Pod #311304

Tints of Brown Pod #311304

Color information

#311304 (or 0x311304) is unknown color: approx Brown Pod. HEX triplet: 31, 13 and 04. RGB value is (49,19,4). Sum of RGB (Red+Green+Blue) = 49+19+4=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #311304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311304 is #CEECFB. Grayscale: #1A1A1A. Windows color (decimal): -13561084 or 267057. OLE color: 267057.

HSL color Cylindrical-coordinate representation of color #311304: hue angle of 20º 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 #311304 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49194-
CMYK00.610.920.81
HSL20º84.91%10.39%-
HSV(B)20º91.84%19.22%-
XYZ1.521.130.25-
YUV26.26115.44144.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=68.06%
G=26.39%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4919400.610.920.812084.9110.39
Hex3113403D5C511455a
Octal612340751341212412512
Binary110001100111000111101101110010100011010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311304; }

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

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

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

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

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

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

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

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