#312827

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

Shades of Livid Brown #312827

Tints of Livid Brown #312827

Color information

#312827 (or 0x312827) is unknown color: approx Livid Brown. HEX triplet: 31, 28 and 27. RGB value is (49,40,39). Sum of RGB (Red+Green+Blue) = 49+40+39=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312827 is #CED7D8. Grayscale: #2A2A2A. Windows color (decimal): -13555673 or 2566193. OLE color: 2566193.

HSL color Cylindrical-coordinate representation of color #312827: hue angle of 6º 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 #312827 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB494039-
CMYK00.180.200.81
HSL11.36%17.25%-
HSV(B)20.41%19.22%-
XYZ2.392.322.24-
YUV42.58125.98132.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=38.28%
G=31.25%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49403900.180.200.81611.3617.25
Hex31282701214516b11
Octal6150470222412161321
Binary110001101000100111010010101001010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312827; }

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

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

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

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

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

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

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

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