#353112

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

Shades of Maire #353112

Tints of Maire #353112

Color information

#353112 (or 0x353112) is unknown color: approx Maire. HEX triplet: 35, 31 and 12. RGB value is (53,49,18). Sum of RGB (Red+Green+Blue) = 53+49+18=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #353112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353112 is #CACEED. Grayscale: #2E2E2E. Windows color (decimal): -13291246 or 1192245. OLE color: 1192245.

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

Color convert

RGB534918-
CMYK00.080.660.79
HSL53.14º49.3%13.92%-
HSV(B)53.14º66.04%20.78%-
XYZ2.6831.01-
YUV46.66111.83132.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 18 (7.42% from 255) = 15%
R=44.17%
G=40.83%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53491800.080.660.7953.1449.313.92
Hex35311208424F3531e
Octal656122010102117656116
Binary1101011100011001001000100001010011111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353112; }

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

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

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

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

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

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

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

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