#311D15

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

Shades of Brown Pod #311D15

Tints of Brown Pod #311D15

Color information

#311D15 (or 0x311D15) is unknown color: approx Brown Pod. HEX triplet: 31, 1D and 15. RGB value is (49,29,21). Sum of RGB (Red+Green+Blue) = 49+29+21=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #311D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D15 is #CEE2EA. Grayscale: #222222. Windows color (decimal): -13558507 or 1383729. OLE color: 1383729.

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

Color convert

RGB492921-
CMYK00.410.570.81
HSL17.14º40%13.73%-
HSV(B)17.14º57.14%19.22%-
XYZ1.841.590.92-
YUV34.07120.63138.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=49.49%
G=29.29%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49292100.410.570.8117.144013.73
Hex311D1502939511128e
Octal61352505171121215016
Binary110001111011010101010011110011010001100011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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