#342E19

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

Shades of Maire #342E19

Tints of Maire #342E19

Color information

#342E19 (or 0x342E19) is unknown color: approx Maire. HEX triplet: 34, 2E and 19. RGB value is (52,46,25). Sum of RGB (Red+Green+Blue) = 52+46+25=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E19 is #CBD1E6. Grayscale: #2D2D2D. Windows color (decimal): -13357543 or 1650228. OLE color: 1650228.

HSL color Cylindrical-coordinate representation of color #342E19: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342E19 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB524625-
CMYK00.120.520.80
HSL46.67º35.06%15.1%-
HSV(B)46.67º51.92%20.39%-
XYZ2.572.751.32-
YUV45.4116.49132.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=42.28%
G=37.40%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52462500.120.520.8046.6735.0615.1
Hex342E190C34502f23f
Octal64563101464120574317
Binary110100101110110010110011010010100001011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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