#343015

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

Shades of Maire #343015

Tints of Maire #343015

Color information

#343015 (or 0x343015) is unknown color: approx Maire. HEX triplet: 34, 30 and 15. RGB value is (52,48,21). Sum of RGB (Red+Green+Blue) = 52+48+21=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #343015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343015 is #CBCFEA. Grayscale: #2E2E2E. Windows color (decimal): -13357035 or 1388596. OLE color: 1388596.

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

Color convert

RGB524821-
CMYK00.080.600.80
HSL52.26º42.47%14.31%-
HSV(B)52.26º59.62%20.39%-
XYZ2.612.91.13-
YUV46.12113.83132.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=42.98%
G=39.67%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52482100.080.600.8052.2642.4714.31
Hex343015083C50342ae
Octal64602501074120645216
Binary110100110000101010100011110010100001101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343015; }

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

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

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

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

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

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

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

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