Html Css Color HEX #3C532C Mallard

📋 copy color: '#3C532C'

red 60 ◦ green 83 ◦ blue 44

#3C532C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #3C532C

Tints of Mallard #3C532C

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 value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#3C532C (or 0x3C532C) is known color: 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

RGB 60 83 44 -
CMYK 0.28 0 0.47 0.67
HSL 95.38º 0.31% 0.25% -
HSV(B) 95.38º 0.47% 0.33% -
XYZ 5.41 7.33 3.51 -
YUV 71.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 60 83 44 0.28 0 0.47 0.67 95.38 0.31 0.25
Hex 3C 53 2C 1C 0 2F 43 5F 1F 19
Octal 74 123 54 34 0 57 103 137 37 31
Binary 111100 1010011 101100 11100 0 101111 1000011 1011111 11111 11001

Color Harmonies of #3C532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C532C

Black with #3C532C

Text Example


Text Example

White with #3C532C

Text Example


Text Example

HTML Codes & Css Web 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>