Html Css Color HEX #342906 Maire

📋 copy color: '#342906'

red 52 ◦ green 41 ◦ blue 6

#342906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #342906

Tints of Maire #342906

RGB

 RED value IS 52 (20.7% from 255) = 52.53%

 GREEN value IS 41 (16.41% from 255) = 41.41%

 BLUE value IS 6 (2.73% from 255) = 6.06%

R = 52.53%
G = 41.41%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#342906 (or 0x342906) is known color: Maire. HEX triplet: 34, 29 and 06. RGB value is (52,41,6). Sum of RGB (Red+Green+Blue) = 52+41+6=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #342906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342906 is #CBD6F9. Grayscale: #282828. Windows color (decimal): -13358842 or 403764. OLE color: 403764.

HSL color Cylindrical-coordinate representation of color #342906: hue angle of 45.65º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #342906 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 41 6 -
CMYK 0 0.21 0.88 0.80
HSL 45.65º 0.79% 0.11% -
HSV(B) 45.65º 0.88% 0.2% -
XYZ 2.24 2.33 0.5 -
YUV 40.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 52 41 6 0 0.21 0.88 0.80 45.65 0.79 0.11
Hex 34 29 6 0 15 58 50 2E 4F B
Octal 64 51 6 0 25 130 120 56 117 13
Binary 110100 101001 110 0 10101 1011000 1010000 101110 1001111 1011

Color Harmonies of #342906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342906

Black with #342906

Text Example


Text Example

White with #342906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342906; }

 p { color: rgb(52,41,6); }

 H1.HeaderClassName
 {
   color: #342906;
 }
 .AnyTagClassName
 {
   color: #342906;
 }
</style>

background-color css

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

 a { background-color: rgb(52,41,6); }

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

border-color css

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

 span { border-color: rgb(52,41,6); }

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