#311E17

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

Shades of Brown Pod #311E17

Tints of Brown Pod #311E17

Color information

#311E17 (or 0x311E17) is unknown color: approx Brown Pod. HEX triplet: 31, 1E and 17. RGB value is (49,30,23). Sum of RGB (Red+Green+Blue) = 49+30+23=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E17 is #CEE1E8. Grayscale: #222222. Windows color (decimal): -13558249 or 1515057. OLE color: 1515057.

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

Color convert

RGB493023-
CMYK00.390.530.81
HSL16.15º36.11%14.12%-
HSV(B)16.15º53.06%19.22%-
XYZ1.891.641.03-
YUV34.88121.29138.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=48.04%
G=29.41%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49302300.390.530.8116.1536.1114.12
Hex311E1702735511024e
Octal61362704765121204416
Binary110001111101011101001111101011010001100001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,23); }

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

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

 a { background-color: rgb(49,30,23); }

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

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

 span { border-color: rgb(49,30,23); }

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