#34412B

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

Shades of Mallard #34412B

Tints of Mallard #34412B

Color information

#34412B (or 0x34412B) is unknown color: approx Mallard. HEX triplet: 34, 41 and 2B. RGB value is (52,65,43). Sum of RGB (Red+Green+Blue) = 52+65+43=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #34412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34412B is #CBBED4. Grayscale: #3A3A3A. Windows color (decimal): -13352661 or 2834740. OLE color: 2834740.

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

Color convert

RGB526543-
CMYK0.2000.340.75
HSL95.45º20.37%21.18%-
HSV(B)95.45º33.85%25.49%-
XYZ3.744.692.99-
YUV58.6119.19123.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=32.5%
G=40.62%
B=26.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265430.2000.340.7595.4520.3721.18
Hex34412B140224B5f1415
Octal6410153240421131372425
Binary1101001000001101011101000100010100101110111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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