#352A00

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

Shades of Maire #352A00

Tints of Maire #352A00

Color information

#352A00 (or 0x352A00) is unknown color: approx Maire. HEX triplet: 35, 2A and 00. RGB value is (53,42,0). Sum of RGB (Red+Green+Blue) = 53+42+0=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A00 is #CAD5FF. Grayscale: #282828. Windows color (decimal): -13293056 or 10805. OLE color: 10805.

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

Color convert

RGB53420-
CMYK00.2110.79
HSL47.55º100%10.39%-
HSV(B)47.55º100%20.78%-
XYZ2.32.410.34-
YUV40.5105.14136.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.79%
G=44.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342000.2110.7947.5510010.39
Hex352A0015644F3064a
Octal655200251441176014412
Binary11010110101000101011100100100111111000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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