#34301A

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

Shades of Maire #34301A

Tints of Maire #34301A

Color information

#34301A (or 0x34301A) is unknown color: approx Maire. HEX triplet: 34, 30 and 1A. RGB value is (52,48,26). Sum of RGB (Red+Green+Blue) = 52+48+26=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #34301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34301A is #CBCFE5. Grayscale: #2E2E2E. Windows color (decimal): -13357030 or 1716276. OLE color: 1716276.

HSL color Cylindrical-coordinate representation of color #34301A: hue angle of 50.77º 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 #34301A is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB524826-
CMYK00.080.500.80
HSL50.77º33.33%15.29%-
HSV(B)50.77º50%20.39%-
XYZ2.662.921.4-
YUV46.69116.33131.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=41.27%
G=38.10%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52482600.080.500.8050.7733.3315.29
Hex34301A0832503321f
Octal64603201062120634117
Binary110100110000110100100011001010100001100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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