#352F17

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

Shades of Maire #352F17

Tints of Maire #352F17

Color information

#352F17 (or 0x352F17) is unknown color: approx Maire. HEX triplet: 35, 2F and 17. RGB value is (53,47,23). Sum of RGB (Red+Green+Blue) = 53+47+23=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F17 is #CAD0E8. Grayscale: #2E2E2E. Windows color (decimal): -13291753 or 1519413. OLE color: 1519413.

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

Color convert

RGB534723-
CMYK00.110.570.79
HSL48º39.47%14.9%-
HSV(B)48º56.6%20.78%-
XYZ2.642.851.22-
YUV46.06114.99132.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=43.09%
G=38.21%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53472300.110.570.794839.4714.9
Hex352F170B394F3027f
Octal65572701371117604717
Binary110101101111101110101111100110011111100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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