#3C532C

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

Shades of Mallard #3C532C

Tints of Mallard #3C532C

Color information

#3C532C (or 0x3C532C) is unknown color: approx Mallard. HEX triplet: 3C, 53 and 2C. RGB value is (60,83,44). Sum of RGB (Red+Green+Blue) = 60+83+44=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #3C532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C532C is #C3ACD3. Grayscale: #474747. Windows color (decimal): -12823764 or 2904892. OLE color: 2904892.

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

Color convert

RGB608344-
CMYK0.2800.470.67
HSL95.38º30.71%24.9%-
HSV(B)95.38º46.99%32.55%-
XYZ5.417.333.51-
YUV71.68112.38119.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=32.09%
G=44.39%
B=23.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6083440.2800.470.6795.3830.7124.9
Hex3C532C1C02F435f1f19
Octal7412354340571031373731
Binary1111001010011101100111000101111100001110111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,44); }

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

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

 a { background-color: rgb(60,83,44); }

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

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

 span { border-color: rgb(60,83,44); }

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