#342A08

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

Shades of Maire #342A08

Tints of Maire #342A08

Color information

#342A08 (or 0x342A08) is unknown color: approx Maire. HEX triplet: 34, 2A and 08. RGB value is (52,42,8). Sum of RGB (Red+Green+Blue) = 52+42+8=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #342A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A08 is #CBD5F7. Grayscale: #292929. Windows color (decimal): -13358584 or 535092. OLE color: 535092.

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

Color convert

RGB52428-
CMYK00.190.850.80
HSL46.36º73.33%11.76%-
HSV(B)46.36º84.62%20.39%-
XYZ2.292.40.57-
YUV41.11109.31135.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=50.98%
G=41.18%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5242800.190.850.8046.3673.3311.76
Hex342A801355502e49c
Octal6452100231251205611114
Binary11010010101010000100111010101101000010111010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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