#342E15

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

Shades of Maire #342E15

Tints of Maire #342E15

Color information

#342E15 (or 0x342E15) is unknown color: approx Maire. HEX triplet: 34, 2E and 15. RGB value is (52,46,21). Sum of RGB (Red+Green+Blue) = 52+46+21=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 52 - color contains mainly: red. Hex color #342E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E15 is #CBD1EA. Grayscale: #2D2D2D. Windows color (decimal): -13357547 or 1388084. OLE color: 1388084.

HSL color Cylindrical-coordinate representation of color #342E15: hue angle of 48.39º 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 #342E15 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB524621-
CMYK00.120.600.80
HSL48.39º42.47%14.31%-
HSV(B)48.39º59.62%20.39%-
XYZ2.532.741.1-
YUV44.94114.49133.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 46 (18.36% from 255) = 38.66%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=43.70%
G=38.66%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52462100.120.600.8048.3942.4714.31
Hex342E150C3C50302ae
Octal64562501474120605216
Binary110100101110101010110011110010100001100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E15; }

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

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

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

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

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

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

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

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