#352D04

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

Shades of Maire #352D04

Tints of Maire #352D04

Color information

#352D04 (or 0x352D04) is unknown color: approx Maire. HEX triplet: 35, 2D and 04. RGB value is (53,45,4). Sum of RGB (Red+Green+Blue) = 53+45+4=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #352D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352D04 is #CAD2FB. Grayscale: #2A2A2A. Windows color (decimal): -13292284 or 273717. OLE color: 273717.

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

Color convert

RGB53454-
CMYK00.150.920.79
HSL50.2º85.96%11.18%-
HSV(B)50.2º92.45%20.78%-
XYZ2.432.640.5-
YUV42.72106.15135.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 45 (17.97% from 255) = 44.12%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=51.96%
G=44.12%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5345400.150.920.7950.285.9611.18
Hex352D40F5C4F3256b
Octal655540171341176212613
Binary110101101101100011111011100100111111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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