#343114

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

Shades of Maire #343114

Tints of Maire #343114

Color information

#343114 (or 0x343114) is unknown color: approx Maire. HEX triplet: 34, 31 and 14. RGB value is (52,49,20). Sum of RGB (Red+Green+Blue) = 52+49+20=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #343114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343114 is #CBCEEB. Grayscale: #2E2E2E. Windows color (decimal): -13356780 or 1323316. OLE color: 1323316.

HSL color Cylindrical-coordinate representation of color #343114: hue angle of 54.38º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #343114 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB524920-
CMYK00.060.620.80
HSL54.38º44.44%14.12%-
HSV(B)54.38º61.54%20.39%-
XYZ2.642.981.1-
YUV46.59112.99131.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=42.98%
G=40.50%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52492000.060.620.8054.3844.4414.12
Hex343114063E50362ce
Octal6461240676120665416
Binary11010011000110100011011111010100001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343114; }

 p { color: rgb(52,49,20); }

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

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

 a { background-color: rgb(52,49,20); }

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

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

 span { border-color: rgb(52,49,20); }

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