#31180F

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

Shades of Brown Pod #31180F

Tints of Brown Pod #31180F

Color information

#31180F (or 0x31180F) is unknown color: approx Brown Pod. HEX triplet: 31, 18 and 0F. RGB value is (49,24,15). Sum of RGB (Red+Green+Blue) = 49+24+15=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #31180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31180F is #CEE7F0. Grayscale: #1E1E1E. Windows color (decimal): -13559793 or 989233. OLE color: 989233.

HSL color Cylindrical-coordinate representation of color #31180F: hue angle of 15.88º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31180F is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB492415-
CMYK00.510.690.81
HSL15.88º53.12%12.55%-
HSV(B)15.88º69.39%19.22%-
XYZ1.681.340.62-
YUV30.45119.28141.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=55.68%
G=27.27%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49241500.510.690.8115.8853.1212.55
Hex3118F03345511035d
Octal613017063105121206515
Binary110001110001111011001110001011010001100001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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