#352F15

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

Shades of Maire #352F15

Tints of Maire #352F15

Color information

#352F15 (or 0x352F15) is unknown color: approx Maire. HEX triplet: 35, 2F and 15. RGB value is (53,47,21). Sum of RGB (Red+Green+Blue) = 53+47+21=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F15 is #CAD0EA. Grayscale: #2D2D2D. Windows color (decimal): -13291755 or 1388341. OLE color: 1388341.

HSL color Cylindrical-coordinate representation of color #352F15: hue angle of 48.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352F15 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB534721-
CMYK00.110.600.79
HSL48.75º43.24%14.51%-
HSV(B)48.75º60.38%20.78%-
XYZ2.622.841.12-
YUV45.83113.99133.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=43.80%
G=38.84%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53472100.110.600.7948.7543.2414.51
Hex352F150B3C4F312bf
Octal65572501374117615317
Binary110101101111101010101111110010011111100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352F15; }

 p { color: rgb(53,47,21); }

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

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

 a { background-color: rgb(53,47,21); }

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

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

 span { border-color: rgb(53,47,21); }

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