Html Css Color HEX #334228 Mallard

📋 copy color: '#334228'

red 51 ◦ green 66 ◦ blue 40

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

Shades of Mallard #334228

Tints of Mallard #334228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 32.48%
G = 42.04%
B = 25.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#334228 (or 0x334228) is known color: Mallard. HEX triplet: 33, 42 and 28. RGB value is (51,66,40). Sum of RGB (Red+Green+Blue) = 51+66+40=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #334228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334228 is #CCBDD7. Grayscale: #3A3A3A. Windows color (decimal): -13417944 or 2638387. OLE color: 2638387.

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

Color convert

RGB 51 66 40 -
CMYK 0.23 0 0.39 0.74
HSL 94.62º 0.25% 0.21% -
HSV(B) 94.62º 0.39% 0.26% -
XYZ 3.7 4.75 2.73 -
YUV 58.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 51 66 40 0.23 0 0.39 0.74 94.62 0.25 0.21
Hex 33 42 28 17 0 27 4A 5F 19 15
Octal 63 102 50 27 0 47 112 137 31 25
Binary 110011 1000010 101000 10111 0 100111 1001010 1011111 11001 10101

Color Harmonies of #334228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334228

Black with #334228

Text Example


Text Example

White with #334228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334228; }

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

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

background-color css

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

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

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

border-color css

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

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

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