#353018

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

Shades of Maire #353018

Tints of Maire #353018

Color information

#353018 (or 0x353018) is unknown color: approx Maire. HEX triplet: 35, 30 and 18. RGB value is (53,48,24). Sum of RGB (Red+Green+Blue) = 53+48+24=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #353018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353018 is #CACFE7. Grayscale: #2E2E2E. Windows color (decimal): -13291496 or 1585205. OLE color: 1585205.

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

Color convert

RGB534824-
CMYK00.090.550.79
HSL49.66º37.66%15.1%-
HSV(B)49.66º54.72%20.78%-
XYZ2.692.941.29-
YUV46.76115.16132.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=42.4%
G=38.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53482400.090.550.7949.6637.6615.1
Hex35301809374F3226f
Octal65603001167117624617
Binary110101110000110000100111011110011111100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353018; }

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

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

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

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

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

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

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

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