Html Css Color HEX #394431 Mallard

📋 copy color: '#394431'

red 57 ◦ green 68 ◦ blue 49

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

Shades of Mallard #394431

Tints of Mallard #394431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 32.76%
G = 39.08%
B = 28.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#394431 (or 0x394431) is known color: Mallard. HEX triplet: 39, 44 and 31. RGB value is (57,68,49). Sum of RGB (Red+Green+Blue) = 57+68+49=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #394431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394431 is #C6BBCE. Grayscale: #3E3E3E. Windows color (decimal): -13024207 or 3228729. OLE color: 3228729.

HSL color Cylindrical-coordinate representation of color #394431: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394431 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 68 49 -
CMYK 0.16 0 0.28 0.73
HSL 94.74º 0.16% 0.23% -
HSV(B) 94.74º 0.28% 0.27% -
XYZ 4.31 5.23 3.69 -
YUV 62.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 57 68 49 0.16 0 0.28 0.73 94.74 0.16 0.23
Hex 39 44 31 10 0 1C 49 5F 10 17
Octal 71 104 61 20 0 34 111 137 20 27
Binary 111001 1000100 110001 10000 0 11100 1001001 1011111 10000 10111

Color Harmonies of #394431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394431

Black with #394431

Text Example


Text Example

White with #394431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394431; }

 p { color: rgb(57,68,49); }

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

background-color css

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

 a { background-color: rgb(57,68,49); }

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

border-color css

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

 span { border-color: rgb(57,68,49); }

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