#312726

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

Shades of Livid Brown #312726

Tints of Livid Brown #312726

Color information

#312726 (or 0x312726) is unknown color: approx Livid Brown. HEX triplet: 31, 27 and 26. RGB value is (49,39,38). Sum of RGB (Red+Green+Blue) = 49+39+38=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312726 is #CED8D9. Grayscale: #292929. Windows color (decimal): -13555930 or 2500401. OLE color: 2500401.

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

Color convert

RGB493938-
CMYK00.200.220.81
HSL5.45º12.64%17.06%-
HSV(B)5.45º22.45%19.22%-
XYZ2.342.242.14-
YUV41.88125.81133.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=38.89%
G=30.95%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49393800.200.220.815.4512.6417.06
Hex31272601416515d11
Octal6147460242612151521
Binary110001100111100110010100101101010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312726; }

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

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

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

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

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

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

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

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