#34422A

Color #34422A Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #34422A

Tints of Mallard #34422A

Color information

#34422A (or 0x34422A) is unknown color: approx Mallard. HEX triplet: 34, 42 and 2A. RGB value is (52,66,42). Sum of RGB (Red+Green+Blue) = 52+66+42=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #34422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34422A is #CBBDD5. Grayscale: #3B3B3B. Windows color (decimal): -13352406 or 2769460. OLE color: 2769460.

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

Color convert

RGB526642-
CMYK0.2100.360.74
HSL95º22.22%21.18%-
HSV(B)95º36.36%25.88%-
XYZ3.784.792.92-
YUV59.08118.36122.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=32.5%
G=41.25%
B=26.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266420.2100.360.749522.2221.18
Hex34422A150244A5f1615
Octal6410252250441121372625
Binary1101001000010101010101010100100100101010111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34422A;
 }
 .AnyTagClassName
 {
   color: #34422A;
 }
</style>
background-color css

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

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

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

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

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

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