#34311C

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

Shades of Maire #34311C

Tints of Maire #34311C

Color information

#34311C (or 0x34311C) is unknown color: approx Maire. HEX triplet: 34, 31 and 1C. RGB value is (52,49,28). Sum of RGB (Red+Green+Blue) = 52+49+28=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #34311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34311C is #CBCEE3. Grayscale: #2F2F2F. Windows color (decimal): -13356772 or 1847604. OLE color: 1847604.

HSL color Cylindrical-coordinate representation of color #34311C: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34311C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB524928-
CMYK00.060.460.80
HSL52.5º30%15.69%-
HSV(B)52.5º46.15%20.39%-
XYZ2.723.011.54-
YUV47.5116.99131.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=40.31%
G=37.98%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52492800.060.460.8052.53015.69
Hex34311C062E50341e10
Octal6461340656120643620
Binary11010011000111100011010111010100001101001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34311C; }

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

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

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

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

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

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

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

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