#31180B

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

Shades of Brown Pod #31180B

Tints of Brown Pod #31180B

Color information

#31180B (or 0x31180B) is unknown color: approx Brown Pod. HEX triplet: 31, 18 and 0B. RGB value is (49,24,11). Sum of RGB (Red+Green+Blue) = 49+24+11=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180B is #CEE7F4. Grayscale: #1E1E1E. Windows color (decimal): -13559797 or 727089. OLE color: 727089.

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

Color convert

RGB492411-
CMYK00.510.780.81
HSL20.53º63.33%11.76%-
HSV(B)20.53º77.55%19.22%-
XYZ1.651.330.49-
YUV29.99117.28141.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=58.33%
G=28.57%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49241100.510.780.8120.5363.3311.76
Hex3118B0334E51153fc
Octal613013063116121257714
Binary110001110001011011001110011101010001101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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