#312220

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

Shades of Livid Brown #312220

Tints of Livid Brown #312220

Color information

#312220 (or 0x312220) is unknown color: approx Livid Brown. HEX triplet: 31, 22 and 20. RGB value is (49,34,32). Sum of RGB (Red+Green+Blue) = 49+34+32=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312220 is #CEDDDF. Grayscale: #262626. Windows color (decimal): -13557216 or 2105905. OLE color: 2105905.

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

Color convert

RGB493432-
CMYK00.310.350.81
HSL7.06º20.99%15.88%-
HSV(B)7.06º34.69%19.22%-
XYZ2.11.91.62-
YUV38.26124.47135.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=42.61%
G=29.57%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49343200.310.350.817.0620.9915.88
Hex31222001F235171510
Octal6142400374312172520
Binary11000110001010000001111110001110100011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312220; }

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

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

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

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

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

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

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

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