#342B0E

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

Shades of Maire #342B0E

Tints of Maire #342B0E

Color information

#342B0E (or 0x342B0E) is unknown color: approx Maire. HEX triplet: 34, 2B and 0E. RGB value is (52,43,14). Sum of RGB (Red+Green+Blue) = 52+43+14=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #342B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B0E is #CBD4F1. Grayscale: #2A2A2A. Windows color (decimal): -13358322 or 928564. OLE color: 928564.

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

Color convert

RGB524314-
CMYK00.170.730.80
HSL45.79º57.58%12.94%-
HSV(B)45.79º73.08%20.39%-
XYZ2.362.490.77-
YUV42.39111.98134.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 43 (17.19% from 255) = 39.45%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=47.71%
G=39.45%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52431400.170.730.8045.7957.5812.94
Hex342BE01149502e3ad
Octal645316021111120567215
Binary1101001010111110010001100100110100001011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,14); }

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

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

 a { background-color: rgb(52,43,14); }

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

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

 span { border-color: rgb(52,43,14); }

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