#343115

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

Shades of Maire #343115

Tints of Maire #343115

Color information

#343115 (or 0x343115) is unknown color: approx Maire. HEX triplet: 34, 31 and 15. RGB value is (52,49,21). Sum of RGB (Red+Green+Blue) = 52+49+21=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #343115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343115 is #CBCEEA. Grayscale: #2E2E2E. Windows color (decimal): -13356779 or 1388852. OLE color: 1388852.

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

Color convert

RGB524921-
CMYK00.060.600.80
HSL54.19º42.47%14.31%-
HSV(B)54.19º59.62%20.39%-
XYZ2.652.981.15-
YUV46.7113.49131.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=42.62%
G=40.16%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52492100.060.600.8054.1942.4714.31
Hex343115063C50362ae
Octal6461250674120665216
Binary11010011000110101011011110010100001101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343115; }

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

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

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

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

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

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

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

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