#312928

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

Shades of Livid Brown #312928

Tints of Livid Brown #312928

Color information

#312928 (or 0x312928) is unknown color: approx Livid Brown. HEX triplet: 31, 29 and 28. RGB value is (49,41,40). Sum of RGB (Red+Green+Blue) = 49+41+40=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312928 is #CED6D7. Grayscale: #2B2B2B. Windows color (decimal): -13555416 or 2631985. OLE color: 2631985.

HSL color Cylindrical-coordinate representation of color #312928: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #312928 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB494140-
CMYK00.160.180.81
HSL6.67º10.11%17.45%-
HSV(B)6.67º18.37%19.22%-
XYZ2.442.392.34-
YUV43.28126.15132.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=37.69%
G=31.54%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49414000.160.180.816.6710.1117.45
Hex31292801012517a11
Octal6151500202212171221
Binary110001101001101000010000100101010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312928; }

 p { color: rgb(49,41,40); }

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

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

 a { background-color: rgb(49,41,40); }

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

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

 span { border-color: rgb(49,41,40); }

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