#311C10

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

Shades of Brown Pod #311C10

Tints of Brown Pod #311C10

Color information

#311C10 (or 0x311C10) is unknown color: approx Brown Pod. HEX triplet: 31, 1C and 10. RGB value is (49,28,16). Sum of RGB (Red+Green+Blue) = 49+28+16=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #311C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C10 is #CEE3EF. Grayscale: #202020. Windows color (decimal): -13558768 or 1055793. OLE color: 1055793.

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

Color convert

RGB492816-
CMYK00.430.670.81
HSL21.82º50.77%12.75%-
HSV(B)21.82º67.35%19.22%-
XYZ1.781.520.69-
YUV32.91118.46139.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=52.69%
G=30.11%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49281600.430.670.8121.8250.7712.75
Hex311C1002B43511633d
Octal613420053103121266315
Binary1100011110010000010101110000111010001101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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