#343017

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

Shades of Maire #343017

Tints of Maire #343017

Color information

#343017 (or 0x343017) is unknown color: approx Maire. HEX triplet: 34, 30 and 17. RGB value is (52,48,23). Sum of RGB (Red+Green+Blue) = 52+48+23=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #343017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343017 is #CBCFE8. Grayscale: #2E2E2E. Windows color (decimal): -13357033 or 1519668. OLE color: 1519668.

HSL color Cylindrical-coordinate representation of color #343017: hue angle of 51.72º 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 #343017 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB524823-
CMYK00.080.560.80
HSL51.72º38.67%14.71%-
HSV(B)51.72º55.77%20.39%-
XYZ2.632.911.23-
YUV46.35114.83132.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=42.28%
G=39.02%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52482300.080.560.8051.7238.6714.71
Hex3430170838503427f
Octal64602701070120644717
Binary110100110000101110100011100010100001101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343017; }

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

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

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

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

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

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

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

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