#312826

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

Shades of Livid Brown #312826

Tints of Livid Brown #312826

Color information

#312826 (or 0x312826) is unknown color: approx Livid Brown. HEX triplet: 31, 28 and 26. RGB value is (49,40,38). Sum of RGB (Red+Green+Blue) = 49+40+38=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312826 is #CED7D9. Grayscale: #2A2A2A. Windows color (decimal): -13555674 or 2500657. OLE color: 2500657.

HSL color Cylindrical-coordinate representation of color #312826: hue angle of 10.91º 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 #312826 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB494038-
CMYK00.180.220.81
HSL10.91º12.64%17.06%-
HSV(B)10.91º22.45%19.22%-
XYZ2.382.312.15-
YUV42.46125.48132.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=38.58%
G=31.50%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49403800.180.220.8110.9112.6417.06
Hex3128260121651bd11
Octal61504602226121131521
Binary1100011010001001100100101011010100011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312826; }

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

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

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

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

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

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

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

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