#343117

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

Shades of Maire #343117

Tints of Maire #343117

Color information

#343117 (or 0x343117) is unknown color: approx Maire. HEX triplet: 34, 31 and 17. RGB value is (52,49,23). Sum of RGB (Red+Green+Blue) = 52+49+23=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #343117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343117 is #CBCEE8. Grayscale: #2F2F2F. Windows color (decimal): -13356777 or 1519924. OLE color: 1519924.

HSL color Cylindrical-coordinate representation of color #343117: hue angle of 53.79º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343117 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB524923-
CMYK00.060.560.80
HSL53.79º38.67%14.71%-
HSV(B)53.79º55.77%20.39%-
XYZ2.672.991.25-
YUV46.93114.49131.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=41.94%
G=39.52%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52492300.060.560.8053.7938.6714.71
Hex3431170638503627f
Octal6461270670120664717
Binary11010011000110111011011100010100001101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343117; }

 p { color: rgb(52,49,23); }

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

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

 a { background-color: rgb(52,49,23); }

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

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

 span { border-color: rgb(52,49,23); }

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