#342F08

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

Shades of Maire #342F08

Tints of Maire #342F08

Color information

#342F08 (or 0x342F08) is unknown color: approx Maire. HEX triplet: 34, 2F and 08. RGB value is (52,47,8). Sum of RGB (Red+Green+Blue) = 52+47+8=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F08 is #CBD0F7. Grayscale: #2C2C2C. Windows color (decimal): -13357304 or 536372. OLE color: 536372.

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

Color convert

RGB52478-
CMYK00.100.850.80
HSL53.18º73.33%11.76%-
HSV(B)53.18º84.62%20.39%-
XYZ2.482.780.64-
YUV44.05107.66133.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 8 (3.52% from 255) = 7.48%
R=48.60%
G=43.93%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5247800.100.850.8053.1873.3311.76
Hex342F80A55503549c
Octal6457100121251206511114
Binary1101001011111000010101010101101000011010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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