#31160C

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

Shades of Brown Pod #31160C

Tints of Brown Pod #31160C

Color information

#31160C (or 0x31160C) is unknown color: approx Brown Pod. HEX triplet: 31, 16 and 0C. RGB value is (49,22,12). Sum of RGB (Red+Green+Blue) = 49+22+12=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160C is #CEE9F3. Grayscale: #1D1D1D. Windows color (decimal): -13560308 or 792113. OLE color: 792113.

HSL color Cylindrical-coordinate representation of color #31160C: hue angle of 16.22º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31160C is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB492212-
CMYK00.550.760.81
HSL16.22º60.66%11.96%-
HSV(B)16.22º75.51%19.22%-
XYZ1.621.250.5-
YUV28.93118.45142.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=59.04%
G=26.51%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221200.550.760.8116.2260.6611.96
Hex3116C0374C51103dc
Octal612614067114121207514
Binary110001101101100011011110011001010001100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31160C; }

 p { color: rgb(49,22,12); }

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

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

 a { background-color: rgb(49,22,12); }

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

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

 span { border-color: rgb(49,22,12); }

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