#342B0D

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

Shades of Maire #342B0D

Tints of Maire #342B0D

Color information

#342B0D (or 0x342B0D) is unknown color: approx Maire. HEX triplet: 34, 2B and 0D. RGB value is (52,43,13). Sum of RGB (Red+Green+Blue) = 52+43+13=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B0D is #CBD4F2. Grayscale: #2A2A2A. Windows color (decimal): -13358323 or 863028. OLE color: 863028.

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

Color convert

RGB524313-
CMYK00.170.750.80
HSL46.15º60%12.75%-
HSV(B)46.15º75%20.39%-
XYZ2.352.490.74-
YUV42.27111.48134.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=48.15%
G=39.81%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52431300.170.750.8046.156012.75
Hex342BD0114B502e3cd
Octal645315021113120567415
Binary1101001010111101010001100101110100001011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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