#34310C

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

Shades of Maire #34310C

Tints of Maire #34310C

Color information

#34310C (or 0x34310C) is unknown color: approx Maire. HEX triplet: 34, 31 and 0C. RGB value is (52,49,12). Sum of RGB (Red+Green+Blue) = 52+49+12=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 49 (19.53% from 255 or 43.36% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34310C is #CBCEF3. Grayscale: #2D2D2D. Windows color (decimal): -13356788 or 799028. OLE color: 799028.

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

Color convert

RGB524912-
CMYK00.060.770.80
HSL55.5º62.5%12.55%-
HSV(B)55.5º76.92%20.39%-
XYZ2.582.950.78-
YUV45.68108.99132.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 49 (19.53% from 255) = 43.36%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=46.02%
G=43.36%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52491200.060.770.8055.562.512.55
Hex3431C064D50383ed
Octal64611406115120707615
Binary11010011000111000110100110110100001110001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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