#343007

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

Shades of Maire #343007

Tints of Maire #343007

Color information

#343007 (or 0x343007) is unknown color: approx Maire. HEX triplet: 34, 30 and 07. RGB value is (52,48,7). Sum of RGB (Red+Green+Blue) = 52+48+7=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #343007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343007 is #CBCFF8. Grayscale: #2C2C2C. Windows color (decimal): -13357049 or 471092. OLE color: 471092.

HSL color Cylindrical-coordinate representation of color #343007: hue angle of 54.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #343007 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB52487-
CMYK00.080.870.80
HSL54.67º76.27%11.57%-
HSV(B)54.67º86.54%20.39%-
XYZ2.512.860.62-
YUV44.52106.83133.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=48.60%
G=44.86%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5248700.080.870.8054.6776.2711.57
Hex34307085750374cc
Octal646070101271206711414
Binary110100110000111010001010111101000011011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343007; }

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

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

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

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

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

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

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

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