#342F0D

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

Shades of Maire #342F0D

Tints of Maire #342F0D

Color information

#342F0D (or 0x342F0D) is unknown color: approx Maire. HEX triplet: 34, 2F and 0D. RGB value is (52,47,13). Sum of RGB (Red+Green+Blue) = 52+47+13=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #342F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342F0D is #CBD0F2. Grayscale: #2C2C2C. Windows color (decimal): -13357299 or 864052. OLE color: 864052.

HSL color Cylindrical-coordinate representation of color #342F0D: hue angle of 52.31º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342F0D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB524713-
CMYK00.100.750.80
HSL52.31º60%12.75%-
HSV(B)52.31º75%20.39%-
XYZ2.512.790.79-
YUV44.62110.16133.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=46.43%
G=41.96%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52471300.100.750.8052.316012.75
Hex342FD0A4B50343cd
Octal645715012113120647415
Binary110100101111110101010100101110100001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,47,13); }

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

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

 a { background-color: rgb(52,47,13); }

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

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

 span { border-color: rgb(52,47,13); }

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