Html Css Color HEX #334229 Mallard

📋 copy color: '#334229'

red 51 ◦ green 66 ◦ blue 41

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

Shades of Mallard #334229

Tints of Mallard #334229

RGB

 RED value IS 51 (20.31% from 255) = 32.28%

 GREEN value IS 66 (26.17% from 255) = 41.77%

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 32.28%
G = 41.77%
B = 25.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#334229 (or 0x334229) is known color: Mallard. HEX triplet: 33, 42 and 29. RGB value is (51,66,41). Sum of RGB (Red+Green+Blue) = 51+66+41=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #334229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334229 is #CCBDD6. Grayscale: #3A3A3A. Windows color (decimal): -13417943 or 2703923. OLE color: 2703923.

HSL color Cylindrical-coordinate representation of color #334229: hue angle of 96º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #334229 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 41 -
CMYK 0.23 0 0.38 0.74
HSL 96º 0.23% 0.21% -
HSV(B) 96º 0.38% 0.26% -
XYZ 3.71 4.76 2.82 -
YUV 58.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 51 66 41 0.23 0 0.38 0.74 96 0.23 0.21
Hex 33 42 29 17 0 26 4A 60 17 15
Octal 63 102 51 27 0 46 112 140 27 25
Binary 110011 1000010 101001 10111 0 100110 1001010 1100000 10111 10101

Color Harmonies of #334229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334229

Black with #334229

Text Example


Text Example

White with #334229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334229; }

 p { color: rgb(51,66,41); }

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

background-color css

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

 a { background-color: rgb(51,66,41); }

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

border-color css

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

 span { border-color: rgb(51,66,41); }

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