#353116

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

Shades of Maire #353116

Tints of Maire #353116

Color information

#353116 (or 0x353116) is unknown color: approx Maire. HEX triplet: 35, 31 and 16. RGB value is (53,49,22). Sum of RGB (Red+Green+Blue) = 53+49+22=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #353116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353116 is #CACEE9. Grayscale: #2F2F2F. Windows color (decimal): -13291242 or 1454389. OLE color: 1454389.

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

Color convert

RGB534922-
CMYK00.080.580.79
HSL52.26º41.33%14.71%-
HSV(B)52.26º58.49%20.78%-
XYZ2.713.011.2-
YUV47.12113.83132.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=42.74%
G=39.52%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53492200.080.580.7952.2641.3314.71
Hex353116083A4F3429f
Octal65612601072117645117
Binary110101110001101100100011101010011111101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353116; }

 p { color: rgb(53,49,22); }

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

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

 a { background-color: rgb(53,49,22); }

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

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

 span { border-color: rgb(53,49,22); }

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