#311504

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

Shades of Brown Pod #311504

Tints of Brown Pod #311504

Color information

#311504 (or 0x311504) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 04. RGB value is (49,21,4). Sum of RGB (Red+Green+Blue) = 49+21+4=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311504 is #CEEAFB. Grayscale: #1B1B1B. Windows color (decimal): -13560572 or 267569. OLE color: 267569.

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

Color convert

RGB49214-
CMYK00.570.920.81
HSL22.67º84.91%10.39%-
HSV(B)22.67º91.84%19.22%-
XYZ1.561.20.26-
YUV27.43114.78143.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=66.22%
G=28.38%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4921400.570.920.8122.6784.9110.39
Hex311540395C511755a
Octal612540711341212712512
Binary110001101011000111001101110010100011011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311504; }

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

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

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

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

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

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

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

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