#342D15

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

Shades of Maire #342D15

Tints of Maire #342D15

Color information

#342D15 (or 0x342D15) is unknown color: approx Maire. HEX triplet: 34, 2D and 15. RGB value is (52,45,21). Sum of RGB (Red+Green+Blue) = 52+45+21=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #342D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D15 is #CBD2EA. Grayscale: #2C2C2C. Windows color (decimal): -13357803 or 1387828. OLE color: 1387828.

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

Color convert

RGB524521-
CMYK00.130.600.80
HSL46.45º42.47%14.31%-
HSV(B)46.45º59.62%20.39%-
XYZ2.492.661.09-
YUV44.36114.82133.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 45 (17.97% from 255) = 38.14%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=44.07%
G=38.14%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52452100.130.600.8046.4542.4714.31
Hex342D150D3C502e2ae
Octal64552501574120565216
Binary110100101101101010110111110010100001011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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