#34311A

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

Shades of Maire #34311A

Tints of Maire #34311A

Color information

#34311A (or 0x34311A) is unknown color: approx Maire. HEX triplet: 34, 31 and 1A. RGB value is (52,49,26). Sum of RGB (Red+Green+Blue) = 52+49+26=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #34311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34311A is #CBCEE5. Grayscale: #2F2F2F. Windows color (decimal): -13356774 or 1716532. OLE color: 1716532.

HSL color Cylindrical-coordinate representation of color #34311A: hue angle of 53.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34311A is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB524926-
CMYK00.060.500.80
HSL53.08º33.33%15.29%-
HSV(B)53.08º50%20.39%-
XYZ2.731.41-
YUV47.28115.99131.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=40.94%
G=38.58%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52492600.060.500.8053.0833.3315.29
Hex34311A0632503521f
Octal6461320662120654117
Binary11010011000111010011011001010100001101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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