Html Css Color HEX #39492C Mallard

📋 copy color: '#39492C'

red 57 ◦ green 73 ◦ blue 44

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

Shades of Mallard #39492C

Tints of Mallard #39492C

RGB

 RED value IS 57 (22.66% from 255) = 32.76%

 GREEN value IS 73 (28.91% from 255) = 41.95%

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 32.76%
G = 41.95%
B = 25.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#39492C (or 0x39492C) is known color: Mallard. HEX triplet: 39, 49 and 2C. RGB value is (57,73,44). Sum of RGB (Red+Green+Blue) = 57+73+44=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #39492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39492C is #C6B6D3. Grayscale: #414141. Windows color (decimal): -13022932 or 2902329. OLE color: 2902329.

HSL color Cylindrical-coordinate representation of color #39492C: hue angle of 93.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39492C is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 73 44 -
CMYK 0.22 0 0.40 0.71
HSL 93.1º 0.25% 0.23% -
HSV(B) 93.1º 0.4% 0.29% -
XYZ 4.52 5.82 3.27 -
YUV 64.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 57 73 44 0.22 0 0.40 0.71 93.1 0.25 0.23
Hex 39 49 2C 16 0 28 47 5D 19 17
Octal 71 111 54 26 0 50 107 135 31 27
Binary 111001 1001001 101100 10110 0 101000 1000111 1011101 11001 10111

Color Harmonies of #39492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39492C

Black with #39492C

Text Example


Text Example

White with #39492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39492C; }

 p { color: rgb(57,73,44); }

 H1.HeaderClassName
 {
   color: #39492C;
 }
 .AnyTagClassName
 {
   color: #39492C;
 }
</style>

background-color css

<style>
 a { background-color: #39492C; }

 a { background-color: rgb(57,73,44); }

 div.DivClassName
 {
   background-color: #39492C;
 }
 .BgClassName
 {
   background-color: #39492C;
 }
</style>

border-color css

<style>
 span { border-color: #39492C; }

 span { border-color: rgb(57,73,44); }

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