#311C15

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

Shades of Brown Pod #311C15

Tints of Brown Pod #311C15

Color information

#311C15 (or 0x311C15) is unknown color: approx Brown Pod. HEX triplet: 31, 1C and 15. RGB value is (49,28,21). Sum of RGB (Red+Green+Blue) = 49+28+21=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C15 is #CEE3EA. Grayscale: #212121. Windows color (decimal): -13558763 or 1383473. OLE color: 1383473.

HSL color Cylindrical-coordinate representation of color #311C15: hue angle of 15º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311C15 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB492821-
CMYK00.430.570.81
HSL15º40%13.73%-
HSV(B)15º57.14%19.22%-
XYZ1.821.540.91-
YUV33.48120.96139.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=50%
G=28.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49282100.430.570.81154013.73
Hex311C1502B3951f28e
Octal61342505371121175016
Binary11000111100101010101011111001101000111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311C15; }

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

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

<style>
 a { background-color: #311C15; }

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

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

<style>
 span { border-color: #311C15; }

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

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