#342D07

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

Shades of Maire #342D07

Tints of Maire #342D07

Color information

#342D07 (or 0x342D07) is unknown color: approx Maire. HEX triplet: 34, 2D and 07. RGB value is (52,45,7). Sum of RGB (Red+Green+Blue) = 52+45+7=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D07 is #CBD2F8. Grayscale: #2A2A2A. Windows color (decimal): -13357817 or 470324. OLE color: 470324.

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

Color convert

RGB52457-
CMYK00.130.870.80
HSL50.67º76.27%11.57%-
HSV(B)50.67º86.54%20.39%-
XYZ2.392.620.58-
YUV42.76107.82134.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=50%
G=43.27%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5245700.130.870.8050.6776.2711.57
Hex342D70D5750334cc
Octal645570151271206311414
Binary110100101101111011011010111101000011001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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