#34422B

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

Shades of Mallard #34422B

Tints of Mallard #34422B

Color information

#34422B (or 0x34422B) is unknown color: approx Mallard. HEX triplet: 34, 42 and 2B. RGB value is (52,66,43). Sum of RGB (Red+Green+Blue) = 52+66+43=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #34422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34422B is #CBBDD4. Grayscale: #3B3B3B. Windows color (decimal): -13352405 or 2834996. OLE color: 2834996.

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

Color convert

RGB526643-
CMYK0.2100.350.74
HSL96.52º21.1%21.37%-
HSV(B)96.52º34.85%25.88%-
XYZ3.84.83.01-
YUV59.19118.86122.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=32.30%
G=40.99%
B=26.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266430.2100.350.7496.5221.121.37
Hex34422B150234A611515
Octal6410253250431121412525
Binary1101001000010101011101010100011100101011000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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