#342A05

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

Shades of Maire #342A05

Tints of Maire #342A05

Color information

#342A05 (or 0x342A05) is unknown color: approx Maire. HEX triplet: 34, 2A and 05. RGB value is (52,42,5). Sum of RGB (Red+Green+Blue) = 52+42+5=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #342A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342A05 is #CBD5FA. Grayscale: #282828. Windows color (decimal): -13358587 or 338484. OLE color: 338484.

HSL color Cylindrical-coordinate representation of color #342A05: hue angle of 47.23º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #342A05 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52425-
CMYK00.190.900.80
HSL47.23º82.46%11.18%-
HSV(B)47.23º90.38%20.39%-
XYZ2.272.40.49-
YUV40.77107.81136.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=52.53%
G=42.42%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5242500.190.900.8047.2382.4611.18
Hex342A50135A502f52b
Octal645250231321205712213
Binary1101001010101010100111011010101000010111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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