#312912

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

Shades of Maire #312912

Tints of Maire #312912

Color information

#312912 (or 0x312912) is unknown color: approx Maire. HEX triplet: 31, 29 and 12. RGB value is (49,41,18). Sum of RGB (Red+Green+Blue) = 49+41+18=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312912 is #CED6ED. Grayscale: #282828. Windows color (decimal): -13555438 or 1190193. OLE color: 1190193.

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

Color convert

RGB494118-
CMYK00.160.630.81
HSL44.52º46.27%13.14%-
HSV(B)44.52º63.27%19.22%-
XYZ2.172.280.9-
YUV40.77115.15133.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=45.37%
G=37.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49411800.160.630.8144.5246.2713.14
Hex3129120103F512d2ed
Octal61512202077121555615
Binary1100011010011001001000011111110100011011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312912; }

 p { color: rgb(49,41,18); }

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

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

 a { background-color: rgb(49,41,18); }

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

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

 span { border-color: rgb(49,41,18); }

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