#342F07

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

Shades of Maire #342F07

Tints of Maire #342F07

Color information

#342F07 (or 0x342F07) is unknown color: approx Maire. HEX triplet: 34, 2F and 07. RGB value is (52,47,7). Sum of RGB (Red+Green+Blue) = 52+47+7=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F07 is #CBD0F8. Grayscale: #2C2C2C. Windows color (decimal): -13357305 or 470836. OLE color: 470836.

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

Color convert

RGB52477-
CMYK00.100.870.80
HSL53.33º76.27%11.57%-
HSV(B)53.33º86.54%20.39%-
XYZ2.472.780.61-
YUV43.94107.16133.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=49.06%
G=44.34%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5247700.100.870.8053.3376.2711.57
Hex342F70A5750354cc
Octal645770121271206511414
Binary110100101111111010101010111101000011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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