Html Css Color HEX #39492A Mallard

📋 copy color: '#39492A'

red 57 ◦ green 73 ◦ blue 42

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

Shades of Mallard #39492A

Tints of Mallard #39492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 33.14%
G = 42.44%
B = 24.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#39492A (or 0x39492A) is known color: Mallard. HEX triplet: 39, 49 and 2A. RGB value is (57,73,42). Sum of RGB (Red+Green+Blue) = 57+73+42=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #39492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39492A is #C6B6D5. Grayscale: #404040. Windows color (decimal): -13022934 or 2771257. OLE color: 2771257.

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

Color convert

RGB 57 73 42 -
CMYK 0.22 0 0.42 0.71
HSL 90.97º 0.27% 0.23% -
HSV(B) 90.97º 0.42% 0.29% -
XYZ 4.49 5.8 3.07 -
YUV 64.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 57 73 42 0.22 0 0.42 0.71 90.97 0.27 0.23
Hex 39 49 2A 16 0 2A 47 5B 1B 17
Octal 71 111 52 26 0 52 107 133 33 27
Binary 111001 1001001 101010 10110 0 101010 1000111 1011011 11011 10111

Color Harmonies of #39492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39492A

Black with #39492A

Text Example


Text Example

White with #39492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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