#312322

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

Shades of Livid Brown #312322

Tints of Livid Brown #312322

Color information

#312322 (or 0x312322) is unknown color: approx Livid Brown. HEX triplet: 31, 23 and 22. RGB value is (49,35,34). Sum of RGB (Red+Green+Blue) = 49+35+34=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312322 is #CEDCDD. Grayscale: #272727. Windows color (decimal): -13556958 or 2237233. OLE color: 2237233.

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

Color convert

RGB493534-
CMYK00.290.310.81
HSL18.07%16.27%-
HSV(B)30.61%19.22%-
XYZ2.161.971.78-
YUV39.07125.14135.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 34 (13.67% from 255) = 28.81%
R=41.53%
G=29.66%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49353400.290.310.81418.0716.27
Hex31232201D1F5141210
Octal6143420353712142220
Binary1100011000111000100111011111110100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312322; }

 p { color: rgb(49,35,34); }

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

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

 a { background-color: rgb(49,35,34); }

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

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

 span { border-color: rgb(49,35,34); }

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