#35321C

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

Shades of Maire #35321C

Tints of Maire #35321C

Color information

#35321C (or 0x35321C) is unknown color: approx Maire. HEX triplet: 35, 32 and 1C. RGB value is (53,50,28). Sum of RGB (Red+Green+Blue) = 53+50+28=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321C is #CACDE3. Grayscale: #303030. Windows color (decimal): -13290980 or 1847861. OLE color: 1847861.

HSL color Cylindrical-coordinate representation of color #35321C: hue angle of 52.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35321C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB535028-
CMYK00.060.470.79
HSL52.8º30.86%15.88%-
HSV(B)52.8º47.17%20.78%-
XYZ2.823.121.55-
YUV48.39116.49131.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=40.46%
G=38.17%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53502800.060.470.7952.830.8615.88
Hex35321C062F4F351f10
Octal6562340657117653720
Binary11010111001011100011010111110011111101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35321C; }

 p { color: rgb(53,50,28); }

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

<style>
 a { background-color: #35321C; }

 a { background-color: rgb(53,50,28); }

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

<style>
 span { border-color: #35321C; }

 span { border-color: rgb(53,50,28); }

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