#31180E

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

Shades of Brown Pod #31180E

Tints of Brown Pod #31180E

Color information

#31180E (or 0x31180E) is unknown color: approx Brown Pod. HEX triplet: 31, 18 and 0E. RGB value is (49,24,14). Sum of RGB (Red+Green+Blue) = 49+24+14=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #31180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180E is #CEE7F1. Grayscale: #1E1E1E. Windows color (decimal): -13559794 or 923697. OLE color: 923697.

HSL color Cylindrical-coordinate representation of color #31180E: hue angle of 17.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31180E is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB492414-
CMYK00.510.710.81
HSL17.14º55.56%12.35%-
HSV(B)17.14º71.43%19.22%-
XYZ1.671.340.59-
YUV30.33118.78141.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=56.32%
G=27.59%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49241400.510.710.8117.1455.5612.35
Hex3118E03347511138c
Octal613016063107121217014
Binary110001110001110011001110001111010001100011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31180E; }

 p { color: rgb(49,24,14); }

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

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

 a { background-color: rgb(49,24,14); }

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

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

 span { border-color: rgb(49,24,14); }

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