#353113

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

Shades of Maire #353113

Tints of Maire #353113

Color information

#353113 (or 0x353113) is unknown color: approx Maire. HEX triplet: 35, 31 and 13. RGB value is (53,49,19). Sum of RGB (Red+Green+Blue) = 53+49+19=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #353113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353113 is #CACEEC. Grayscale: #2E2E2E. Windows color (decimal): -13291245 or 1257781. OLE color: 1257781.

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

Color convert

RGB534919-
CMYK00.080.640.79
HSL52.94º47.22%14.12%-
HSV(B)52.94º64.15%20.78%-
XYZ2.6831.05-
YUV46.78112.33132.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=43.80%
G=40.50%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53491900.080.640.7952.9447.2214.12
Hex35311308404F352fe
Octal656123010100117655716
Binary1101011100011001101000100000010011111101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353113; }

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

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

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

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

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

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

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

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