Html Css Color HEX #34412A Mallard

📋 copy color: '#34412A'

red 52 ◦ green 65 ◦ blue 42

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

Shades of Mallard #34412A

Tints of Mallard #34412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 32.7%
G = 40.88%
B = 26.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#34412A (or 0x34412A) is known color: Mallard. HEX triplet: 34, 41 and 2A. RGB value is (52,65,42). Sum of RGB (Red+Green+Blue) = 52+65+42=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #34412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34412A is #CBBED5. Grayscale: #3A3A3A. Windows color (decimal): -13352662 or 2769204. OLE color: 2769204.

HSL color Cylindrical-coordinate representation of color #34412A: hue angle of 93.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34412A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 42 -
CMYK 0.20 0 0.35 0.75
HSL 93.91º 0.21% 0.21% -
HSV(B) 93.91º 0.35% 0.25% -
XYZ 3.72 4.68 2.9 -
YUV 58.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 52 65 42 0.20 0 0.35 0.75 93.91 0.21 0.21
Hex 34 41 2A 14 0 23 4B 5E 15 15
Octal 64 101 52 24 0 43 113 136 25 25
Binary 110100 1000001 101010 10100 0 100011 1001011 1011110 10101 10101

Color Harmonies of #34412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34412A

Black with #34412A

Text Example


Text Example

White with #34412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34412A; }

 p { color: rgb(52,65,42); }

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

background-color css

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

 a { background-color: rgb(52,65,42); }

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

border-color css

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

 span { border-color: rgb(52,65,42); }

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