#312624

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

Shades of Livid Brown #312624

Tints of Livid Brown #312624

Color information

#312624 (or 0x312624) is unknown color: approx Livid Brown. HEX triplet: 31, 26 and 24. RGB value is (49,38,36). Sum of RGB (Red+Green+Blue) = 49+38+36=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312624 is #CED9DB. Grayscale: #292929. Windows color (decimal): -13556188 or 2369073. OLE color: 2369073.

HSL color Cylindrical-coordinate representation of color #312624: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312624 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB493836-
CMYK00.220.270.81
HSL9.23º15.29%16.67%-
HSV(B)9.23º26.53%19.22%-
XYZ2.282.171.97-
YUV41.06125.14133.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=39.84%
G=30.89%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49383600.220.270.819.2315.2916.67
Hex3126240161B519f11
Octal61464402633121111721
Binary1100011001101001000101101101110100011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312624; }

 p { color: rgb(49,38,36); }

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

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

 a { background-color: rgb(49,38,36); }

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

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

 span { border-color: rgb(49,38,36); }

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