#352E00

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

Shades of Maire #352E00

Tints of Maire #352E00

Color information

#352E00 (or 0x352E00) is unknown color: approx Maire. HEX triplet: 35, 2E and 00. RGB value is (53,46,0). Sum of RGB (Red+Green+Blue) = 53+46+0=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #352E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E00 is #CAD1FF. Grayscale: #2B2B2B. Windows color (decimal): -13292032 or 11829. OLE color: 11829.

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

Color convert

RGB53460-
CMYK00.1310.79
HSL52.08º100%10.39%-
HSV(B)52.08º100%20.78%-
XYZ2.452.710.39-
YUV42.85103.82135.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.54%
G=46.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5346000.1310.7952.0810010.39
Hex352E00D644F3464a
Octal655600151441176414412
Binary1101011011100011011100100100111111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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