#342D10

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

Shades of Maire #342D10

Tints of Maire #342D10

Color information

#342D10 (or 0x342D10) is unknown color: approx Maire. HEX triplet: 34, 2D and 10. RGB value is (52,45,16). Sum of RGB (Red+Green+Blue) = 52+45+16=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D10 is #CBD2EF. Grayscale: #2B2B2B. Windows color (decimal): -13357808 or 1060148. OLE color: 1060148.

HSL color Cylindrical-coordinate representation of color #342D10: hue angle of 48.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342D10 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.80.

Color convert

RGB524516-
CMYK00.130.690.80
HSL48.33º52.94%13.33%-
HSV(B)48.33º69.23%20.39%-
XYZ2.452.640.87-
YUV43.79112.32133.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=46.02%
G=39.82%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52451600.130.690.8048.3352.9413.33
Hex342D100D45503035d
Octal645520015105120606515
Binary1101001011011000001101100010110100001100001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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