#342B09

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

Shades of Maire #342B09

Tints of Maire #342B09

Color information

#342B09 (or 0x342B09) is unknown color: approx Maire. HEX triplet: 34, 2B and 09. RGB value is (52,43,9). Sum of RGB (Red+Green+Blue) = 52+43+9=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #342B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342B09 is #CBD4F6. Grayscale: #292929. Windows color (decimal): -13358327 or 600884. OLE color: 600884.

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

Color convert

RGB52439-
CMYK00.170.830.80
HSL47.44º70.49%11.96%-
HSV(B)47.44º82.69%20.39%-
XYZ2.332.480.61-
YUV41.82109.48135.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 41.35%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=50%
G=41.35%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5243900.170.830.8047.4470.4911.96
Hex342B901153502f46c
Octal6453110211231205710614
Binary11010010101110010100011010011101000010111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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