#342F0E

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

Shades of Maire #342F0E

Tints of Maire #342F0E

Color information

#342F0E (or 0x342F0E) is unknown color: approx Maire. HEX triplet: 34, 2F and 0E. RGB value is (52,47,14). Sum of RGB (Red+Green+Blue) = 52+47+14=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #342F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F0E is #CBD0F1. Grayscale: #2C2C2C. Windows color (decimal): -13357298 or 929588. OLE color: 929588.

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

Color convert

RGB524714-
CMYK00.100.730.80
HSL52.11º57.58%12.94%-
HSV(B)52.11º73.08%20.39%-
XYZ2.512.790.82-
YUV44.73110.66133.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 47 (18.75% from 255) = 41.59%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=46.02%
G=41.59%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52471400.100.730.8052.1157.5812.94
Hex342FE0A4950343ad
Octal645716012111120647215
Binary110100101111111001010100100110100001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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