#312321

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

Shades of Livid Brown #312321

Tints of Livid Brown #312321

Color information

#312321 (or 0x312321) is unknown color: approx Livid Brown. HEX triplet: 31, 23 and 21. RGB value is (49,35,33). Sum of RGB (Red+Green+Blue) = 49+35+33=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312321 is #CEDCDE. Grayscale: #262626. Windows color (decimal): -13556959 or 2171697. OLE color: 2171697.

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

Color convert

RGB493533-
CMYK00.290.330.81
HSL7.5º19.51%16.08%-
HSV(B)7.5º32.65%19.22%-
XYZ2.141.961.71-
YUV38.96124.64135.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=41.88%
G=29.91%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49353300.290.330.817.519.5116.08
Hex31232101D215181410
Octal61434103541121102420
Binary110001100011100001011101100001101000110001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312321; }

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

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

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

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

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

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

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

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