#342C0B

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

Shades of Maire #342C0B

Tints of Maire #342C0B

Color information

#342C0B (or 0x342C0B) is unknown color: approx Maire. HEX triplet: 34, 2C and 0B. RGB value is (52,44,11). Sum of RGB (Red+Green+Blue) = 52+44+11=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342C0B is #CBD3F4. Grayscale: #2A2A2A. Windows color (decimal): -13358069 or 732212. OLE color: 732212.

HSL color Cylindrical-coordinate representation of color #342C0B: hue angle of 48.29º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342C0B is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB524411-
CMYK00.150.790.80
HSL48.29º65.08%12.35%-
HSV(B)48.29º78.85%20.39%-
XYZ2.382.560.68-
YUV42.63110.15134.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=48.60%
G=41.12%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52441100.150.790.8048.2965.0812.35
Hex342CB0F4F503041c
Octal6454130171171206010114
Binary1101001011001011011111001111101000011000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342C0B; }

 p { color: rgb(52,44,11); }

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

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

 a { background-color: rgb(52,44,11); }

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

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

 span { border-color: rgb(52,44,11); }

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