#342F19

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

Shades of Maire #342F19

Tints of Maire #342F19

Color information

#342F19 (or 0x342F19) is unknown color: approx Maire. HEX triplet: 34, 2F and 19. RGB value is (52,47,25). Sum of RGB (Red+Green+Blue) = 52+47+25=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F19 is #CBD0E6. Grayscale: #2E2E2E. Windows color (decimal): -13357287 or 1650484. OLE color: 1650484.

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

Color convert

RGB524725-
CMYK00.100.520.80
HSL48.89º35.06%15.1%-
HSV(B)48.89º51.92%20.39%-
XYZ2.612.831.33-
YUV45.99116.16132.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=41.94%
G=37.90%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52472500.100.520.8048.8935.0615.1
Hex342F190A34503123f
Octal64573101264120614317
Binary110100101111110010101011010010100001100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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