#312606

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

Shades of Maire #312606

Tints of Maire #312606

Color information

#312606 (or 0x312606) is unknown color: approx Maire. HEX triplet: 31, 26 and 06. RGB value is (49,38,6). Sum of RGB (Red+Green+Blue) = 49+38+6=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #312606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312606 is #CED9F9. Grayscale: #252525. Windows color (decimal): -13556218 or 402993. OLE color: 402993.

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

Color convert

RGB49386-
CMYK00.220.880.81
HSL44.65º78.18%10.78%-
HSV(B)44.65º87.76%19.22%-
XYZ1.992.050.46-
YUV37.64110.14136.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=52.69%
G=40.86%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4938600.220.880.8144.6578.1810.78
Hex3126601658512d4eb
Octal614660261301215511613
Binary1100011001101100101101011000101000110110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312606; }

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

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

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

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

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

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

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

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