#31190D

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

Shades of Brown Pod #31190D

Tints of Brown Pod #31190D

Color information

#31190D (or 0x31190D) is unknown color: approx Brown Pod. HEX triplet: 31, 19 and 0D. RGB value is (49,25,13). Sum of RGB (Red+Green+Blue) = 49+25+13=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #31190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31190D is #CEE6F2. Grayscale: #1E1E1E. Windows color (decimal): -13559539 or 858417. OLE color: 858417.

HSL color Cylindrical-coordinate representation of color #31190D: hue angle of 20º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31190D is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB492513-
CMYK00.490.730.81
HSL20º58.06%12.16%-
HSV(B)20º73.47%19.22%-
XYZ1.691.380.56-
YUV30.81117.95140.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=56.32%
G=28.74%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49251300.490.730.812058.0612.16
Hex3119D0314951143ac
Octal613115061111121247214
Binary110001110011101011000110010011010001101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31190D; }

 p { color: rgb(49,25,13); }

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

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

 a { background-color: rgb(49,25,13); }

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

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

 span { border-color: rgb(49,25,13); }

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