#343011

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

Shades of Maire #343011

Tints of Maire #343011

Color information

#343011 (or 0x343011) is unknown color: approx Maire. HEX triplet: 34, 30 and 11. RGB value is (52,48,17). Sum of RGB (Red+Green+Blue) = 52+48+17=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #343011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343011 is #CBCFEE. Grayscale: #2D2D2D. Windows color (decimal): -13357039 or 1126452. OLE color: 1126452.

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

Color convert

RGB524817-
CMYK00.080.670.80
HSL53.14º50.72%13.53%-
HSV(B)53.14º67.31%20.39%-
XYZ2.572.880.95-
YUV45.66111.83132.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=44.44%
G=41.03%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52481700.080.670.8053.1450.7213.53
Hex3430110843503533e
Octal646021010103120656316
Binary1101001100001000101000100001110100001101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343011; }

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

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

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

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

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

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

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

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