#352E04

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

Shades of Maire #352E04

Tints of Maire #352E04

Color information

#352E04 (or 0x352E04) is unknown color: approx Maire. HEX triplet: 35, 2E and 04. RGB value is (53,46,4). Sum of RGB (Red+Green+Blue) = 53+46+4=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #352E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E04 is #CAD1FB. Grayscale: #2B2B2B. Windows color (decimal): -13292028 or 273973. OLE color: 273973.

HSL color Cylindrical-coordinate representation of color #352E04: hue angle of 51.43º 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 #352E04 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB53464-
CMYK00.130.920.79
HSL51.43º85.96%11.18%-
HSV(B)51.43º92.45%20.78%-
XYZ2.472.720.51-
YUV43.3105.82134.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=51.46%
G=44.66%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5346400.130.920.7951.4385.9611.18
Hex352E40D5C4F3356b
Octal655640151341176312613
Binary110101101110100011011011100100111111001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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