#31160B

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

Shades of Brown Pod #31160B

Tints of Brown Pod #31160B

Color information

#31160B (or 0x31160B) is unknown color: approx Brown Pod. HEX triplet: 31, 16 and 0B. RGB value is (49,22,11). Sum of RGB (Red+Green+Blue) = 49+22+11=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31160B is #CEE9F4. Grayscale: #1C1C1C. Windows color (decimal): -13560309 or 726577. OLE color: 726577.

HSL color Cylindrical-coordinate representation of color #31160B: hue angle of 17.37º 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 #31160B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB492211-
CMYK00.550.780.81
HSL17.37º63.33%11.76%-
HSV(B)17.37º77.55%19.22%-
XYZ1.611.250.47-
YUV28.82117.95142.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=59.76%
G=26.83%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49221100.550.780.8117.3763.3311.76
Hex3116B0374E51113fc
Octal612613067116121217714
Binary110001101101011011011110011101010001100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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