#353019

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

Shades of Maire #353019

Tints of Maire #353019

Color information

#353019 (or 0x353019) is unknown color: approx Maire. HEX triplet: 35, 30 and 19. RGB value is (53,48,25). Sum of RGB (Red+Green+Blue) = 53+48+25=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #353019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353019 is #CACFE6. Grayscale: #2E2E2E. Windows color (decimal): -13291495 or 1650741. OLE color: 1650741.

HSL color Cylindrical-coordinate representation of color #353019: hue angle of 49.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353019 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB534825-
CMYK00.090.530.79
HSL49.29º35.9%15.29%-
HSV(B)49.29º52.83%20.78%-
XYZ2.72.941.35-
YUV46.87115.66132.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=42.06%
G=38.10%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53482500.090.530.7949.2935.915.29
Hex35301909354F3124f
Octal65603101165117614417
Binary110101110000110010100111010110011111100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353019; }

 p { color: rgb(53,48,25); }

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

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

 a { background-color: rgb(53,48,25); }

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

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

 span { border-color: rgb(53,48,25); }

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