#35321A

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

Shades of Maire #35321A

Tints of Maire #35321A

Color information

#35321A (or 0x35321A) is unknown color: approx Maire. HEX triplet: 35, 32 and 1A. RGB value is (53,50,26). Sum of RGB (Red+Green+Blue) = 53+50+26=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321A is #CACDE5. Grayscale: #303030. Windows color (decimal): -13290982 or 1716789. OLE color: 1716789.

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

Color convert

RGB535026-
CMYK00.060.510.79
HSL53.33º34.18%15.49%-
HSV(B)53.33º50.94%20.78%-
XYZ2.83.111.43-
YUV48.16115.49131.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=41.09%
G=38.76%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53502600.060.510.7953.3334.1815.49
Hex35321A06334F3522f
Octal6562320663117654217
Binary11010111001011010011011001110011111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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