#342D0D

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

Shades of Maire #342D0D

Tints of Maire #342D0D

Color information

#342D0D (or 0x342D0D) is unknown color: approx Maire. HEX triplet: 34, 2D and 0D. RGB value is (52,45,13). Sum of RGB (Red+Green+Blue) = 52+45+13=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #342D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D0D is #CBD2F2. Grayscale: #2B2B2B. Windows color (decimal): -13357811 or 863540. OLE color: 863540.

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

Color convert

RGB524513-
CMYK00.130.750.80
HSL49.23º60%12.75%-
HSV(B)49.23º75%20.39%-
XYZ2.432.640.76-
YUV43.44110.82134.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=47.27%
G=40.91%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52451300.130.750.8049.236012.75
Hex342DD0D4B50313cd
Octal645515015113120617415
Binary110100101101110101101100101110100001100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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