#31160A

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

Shades of Brown Pod #31160A

Tints of Brown Pod #31160A

Color information

#31160A (or 0x31160A) is unknown color: approx Brown Pod. HEX triplet: 31, 16 and 0A. RGB value is (49,22,10). Sum of RGB (Red+Green+Blue) = 49+22+10=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160A is #CEE9F5. Grayscale: #1C1C1C. Windows color (decimal): -13560310 or 661041. OLE color: 661041.

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

Color convert

RGB492210-
CMYK00.550.800.81
HSL18.46º66.1%11.57%-
HSV(B)18.46º79.59%19.22%-
XYZ1.611.250.44-
YUV28.7117.45142.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=60.49%
G=27.16%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221000.550.800.8118.4666.111.57
Hex3116A03750511242c
Octal6126120671201212210214
Binary1100011011010100110111101000010100011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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