#342D0B

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

Shades of Maire #342D0B

Tints of Maire #342D0B

Color information

#342D0B (or 0x342D0B) is unknown color: approx Maire. HEX triplet: 34, 2D and 0B. RGB value is (52,45,11). Sum of RGB (Red+Green+Blue) = 52+45+11=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #342D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342D0B is #CBD2F4. Grayscale: #2B2B2B. Windows color (decimal): -13357813 or 732468. OLE color: 732468.

HSL color Cylindrical-coordinate representation of color #342D0B: hue angle of 49.76º 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 #342D0B is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB524511-
CMYK00.130.790.80
HSL49.76º65.08%12.35%-
HSV(B)49.76º78.85%20.39%-
XYZ2.412.630.7-
YUV43.22109.82134.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=48.15%
G=41.67%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52451100.130.790.8049.7665.0812.35
Hex342DB0D4F503241c
Octal6455130151171206210114
Binary1101001011011011011011001111101000011001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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