#3F532E

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

Shades of Mallard #3F532E

Tints of Mallard #3F532E

Color information

#3F532E (or 0x3F532E) is unknown color: approx Mallard. HEX triplet: 3F, 53 and 2E. RGB value is (63,83,46). Sum of RGB (Red+Green+Blue) = 63+83+46=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #3F532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F532E is #C0ACD1. Grayscale: #484848. Windows color (decimal): -12627154 or 3035967. OLE color: 3035967.

HSL color Cylindrical-coordinate representation of color #3F532E: hue angle of 92.43º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F532E is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB638346-
CMYK0.2400.450.67
HSL92.43º28.68%25.29%-
HSV(B)92.43º44.58%32.55%-
XYZ5.647.443.72-
YUV72.8112.87121.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=32.81%
G=43.23%
B=23.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383460.2400.450.6792.4328.6825.29
Hex3F532E1802D435c1d19
Octal7712356300551031343531
Binary1111111010011101110110000101101100001110111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F532E; }

 p { color: rgb(63,83,46); }

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

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

 a { background-color: rgb(63,83,46); }

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

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

 span { border-color: rgb(63,83,46); }

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