#312625

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

Shades of Livid Brown #312625

Tints of Livid Brown #312625

Color information

#312625 (or 0x312625) is unknown color: approx Livid Brown. HEX triplet: 31, 26 and 25. RGB value is (49,38,37). Sum of RGB (Red+Green+Blue) = 49+38+37=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312625 is #CED9DA. Grayscale: #292929. Windows color (decimal): -13556187 or 2434609. OLE color: 2434609.

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

Color convert

RGB493837-
CMYK00.220.240.81
HSL13.95%16.86%-
HSV(B)24.49%19.22%-
XYZ2.292.172.05-
YUV41.18125.64133.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=39.52%
G=30.65%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49383700.220.240.81513.9516.86
Hex31262501618515e11
Octal6146450263012151621
Binary110001100110100101010110110001010001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312625; }

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

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

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

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

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

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

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

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