#312927

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

Shades of Livid Brown #312927

Tints of Livid Brown #312927

Color information

#312927 (or 0x312927) is unknown color: approx Livid Brown. HEX triplet: 31, 29 and 27. RGB value is (49,41,39). Sum of RGB (Red+Green+Blue) = 49+41+39=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312927 is #CED6D8. Grayscale: #2B2B2B. Windows color (decimal): -13555417 or 2566449. OLE color: 2566449.

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

Color convert

RGB494139-
CMYK00.160.200.81
HSL12º11.36%17.25%-
HSV(B)12º20.41%19.22%-
XYZ2.432.392.25-
YUV43.16125.65132.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=37.98%
G=31.78%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49413900.160.200.811211.3617.25
Hex3129270101451cb11
Octal61514702024121141321
Binary1100011010011001110100001010010100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312927; }

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

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

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

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

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

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

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

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