#342E09

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

Shades of Maire #342E09

Tints of Maire #342E09

Color information

#342E09 (or 0x342E09) is unknown color: approx Maire. HEX triplet: 34, 2E and 09. RGB value is (52,46,9). Sum of RGB (Red+Green+Blue) = 52+46+9=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E09 is #CBD1F6. Grayscale: #2B2B2B. Windows color (decimal): -13357559 or 601652. OLE color: 601652.

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

Color convert

RGB52469-
CMYK00.120.830.80
HSL51.63º70.49%11.96%-
HSV(B)51.63º82.69%20.39%-
XYZ2.442.70.65-
YUV43.58108.49134.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=48.60%
G=42.99%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5246900.120.830.8051.6370.4911.96
Hex342E90C53503446c
Octal6456110141231206410614
Binary1101001011101001011001010011101000011010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,9); }

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

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

 a { background-color: rgb(52,46,9); }

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

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

 span { border-color: rgb(52,46,9); }

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