Html Css Color HEX #342E09 Maire

📋 copy color: '#342E09'

red 52 ◦ green 46 ◦ blue 9

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

Shades of Maire #342E09

Tints of Maire #342E09

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.99%

 BLUE value IS 9 (3.91% from 255) = 8.41%

R = 48.6%
G = 42.99%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#342E09 (or 0x342E09) is known color: Maire. HEX triplet: 34, 2E and 09. RGB value is (52,46,9). Sum of RGB (Red+Green+Blue) = 52+46+9=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #342E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E09 is #CBD1F6. Grayscale: #2B2B2B. Windows color (decimal): -13357559 or 601652. OLE color: 601652.

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

Color convert

RGB 52 46 9 -
CMYK 0 0.12 0.83 0.80
HSL 51.63º 0.7% 0.12% -
HSV(B) 51.63º 0.83% 0.2% -
XYZ 2.44 2.7 0.65 -
YUV 43.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 52 46 9 0 0.12 0.83 0.80 51.63 0.7 0.12
Hex 34 2E 9 0 C 53 50 34 46 C
Octal 64 56 11 0 14 123 120 64 106 14
Binary 110100 101110 1001 0 1100 1010011 1010000 110100 1000110 1100

Color Harmonies of #342E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E09

Black with #342E09

Text Example


Text Example

White with #342E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,46,9); }

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

background-color css

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

 a { background-color: rgb(52,46,9); }

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

border-color css

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

 span { border-color: rgb(52,46,9); }

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