#352A04

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

Shades of Maire #352A04

Tints of Maire #352A04

Color information

#352A04 (or 0x352A04) is unknown color: approx Maire. HEX triplet: 35, 2A and 04. RGB value is (53,42,4). Sum of RGB (Red+Green+Blue) = 53+42+4=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #352A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A04 is #CAD5FB. Grayscale: #292929. Windows color (decimal): -13293052 or 272949. OLE color: 272949.

HSL color Cylindrical-coordinate representation of color #352A04: hue angle of 46.53º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #352A04 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB53424-
CMYK00.210.920.79
HSL46.53º85.96%11.18%-
HSV(B)46.53º92.45%20.78%-
XYZ2.322.420.46-
YUV40.96107.14136.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=53.54%
G=42.42%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342400.210.920.7946.5385.9611.18
Hex352A40155C4F2f56b
Octal655240251341175712613
Binary1101011010101000101011011100100111110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A04; }

 p { color: rgb(53,42,4); }

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

<style>
 a { background-color: #352A04; }

 a { background-color: rgb(53,42,4); }

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

<style>
 span { border-color: #352A04; }

 span { border-color: rgb(53,42,4); }

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