#31150A

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

Shades of Brown Pod #31150A

Tints of Brown Pod #31150A

Color information

#31150A (or 0x31150A) is unknown color: approx Brown Pod. HEX triplet: 31, 15 and 0A. RGB value is (49,21,10). Sum of RGB (Red+Green+Blue) = 49+21+10=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31150A is #CEEAF5. Grayscale: #1C1C1C. Windows color (decimal): -13560566 or 660785. OLE color: 660785.

HSL color Cylindrical-coordinate representation of color #31150A: hue angle of 16.92º 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 #31150A is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB492110-
CMYK00.570.800.81
HSL16.92º66.1%11.57%-
HSV(B)16.92º79.59%19.22%-
XYZ1.591.210.44-
YUV28.12117.78142.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=61.25%
G=26.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49211000.570.800.8116.9266.111.57
Hex3115A03950511142c
Octal6125120711201212110214
Binary1100011010110100111001101000010100011000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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