#342F09

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

Shades of Maire #342F09

Tints of Maire #342F09

Color information

#342F09 (or 0x342F09) is unknown color: approx Maire. HEX triplet: 34, 2F and 09. RGB value is (52,47,9). Sum of RGB (Red+Green+Blue) = 52+47+9=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F09 is #CBD0F6. Grayscale: #2C2C2C. Windows color (decimal): -13357303 or 601908. OLE color: 601908.

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

Color convert

RGB52479-
CMYK00.100.830.80
HSL53.02º70.49%11.96%-
HSV(B)53.02º82.69%20.39%-
XYZ2.482.780.66-
YUV44.16108.16133.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 47 (18.75% from 255) = 43.52%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=48.15%
G=43.52%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5247900.100.830.8053.0270.4911.96
Hex342F90A53503546c
Octal6457110121231206510614
Binary1101001011111001010101010011101000011010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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