#311912

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

Shades of Brown Pod #311912

Tints of Brown Pod #311912

Color information

#311912 (or 0x311912) is unknown color: approx Brown Pod. HEX triplet: 31, 19 and 12. RGB value is (49,25,18). Sum of RGB (Red+Green+Blue) = 49+25+18=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311912 is #CEE6ED. Grayscale: #1F1F1F. Windows color (decimal): -13559534 or 1186097. OLE color: 1186097.

HSL color Cylindrical-coordinate representation of color #311912: hue angle of 13.55º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311912 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB492518-
CMYK00.490.630.81
HSL13.55º46.27%13.14%-
HSV(B)13.55º63.27%19.22%-
XYZ1.721.390.75-
YUV31.38120.45140.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=53.26%
G=27.17%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49251800.490.630.8113.5546.2713.14
Hex3119120313F51e2ed
Octal61312206177121165615
Binary11000111001100100110001111111101000111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311912; }

 p { color: rgb(49,25,18); }

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

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

 a { background-color: rgb(49,25,18); }

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

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

 span { border-color: rgb(49,25,18); }

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