#31180A

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

Shades of Brown Pod #31180A

Tints of Brown Pod #31180A

Color information

#31180A (or 0x31180A) is unknown color: approx Brown Pod. HEX triplet: 31, 18 and 0A. RGB value is (49,24,10). Sum of RGB (Red+Green+Blue) = 49+24+10=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180A is #CEE7F5. Grayscale: #1D1D1D. Windows color (decimal): -13559798 or 661553. OLE color: 661553.

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

Color convert

RGB492410-
CMYK00.510.800.81
HSL21.54º66.1%11.57%-
HSV(B)21.54º79.59%19.22%-
XYZ1.651.330.46-
YUV29.88116.78141.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=59.04%
G=28.92%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49241000.510.800.8121.5466.111.57
Hex3118A03350511642c
Octal6130120631201212610214
Binary1100011100010100110011101000010100011011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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