#312A29

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

Shades of Livid Brown #312A29

Tints of Livid Brown #312A29

Color information

#312A29 (or 0x312A29) is unknown color: approx Livid Brown. HEX triplet: 31, 2A and 29. RGB value is (49,42,41). Sum of RGB (Red+Green+Blue) = 49+42+41=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A29 is #CED5D6. Grayscale: #2B2B2B. Windows color (decimal): -13555159 or 2697777. OLE color: 2697777.

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

Color convert

RGB494241-
CMYK00.140.160.81
HSL7.5º8.89%17.65%-
HSV(B)7.5º16.33%19.22%-
XYZ2.492.472.44-
YUV43.98126.32131.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=37.12%
G=31.82%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49424100.140.160.817.58.8917.65
Hex312A290E10518912
Octal61525101620121101122
Binary110001101010101001011101000010100011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312A29; }

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

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

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

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

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

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

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

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