Html Css Color HEX #394231 Mallard

📋 copy color: '#394231'

red 57 ◦ green 66 ◦ blue 49

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

Shades of Mallard #394231

Tints of Mallard #394231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 33.14%
G = 38.37%
B = 28.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#394231 (or 0x394231) is known color: Mallard. HEX triplet: 39, 42 and 31. RGB value is (57,66,49). Sum of RGB (Red+Green+Blue) = 57+66+49=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #394231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394231 is #C6BDCE. Grayscale: #3D3D3D. Windows color (decimal): -13024719 or 3228217. OLE color: 3228217.

HSL color Cylindrical-coordinate representation of color #394231: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #394231 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 66 49 -
CMYK 0.14 0 0.26 0.74
HSL 91.76º 0.15% 0.23% -
HSV(B) 91.76º 0.26% 0.26% -
XYZ 4.19 4.99 3.65 -
YUV 61.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 57 66 49 0.14 0 0.26 0.74 91.76 0.15 0.23
Hex 39 42 31 E 0 1A 4A 5C F 17
Octal 71 102 61 16 0 32 112 134 17 27
Binary 111001 1000010 110001 1110 0 11010 1001010 1011100 1111 10111

Color Harmonies of #394231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394231

Black with #394231

Text Example


Text Example

White with #394231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394231; }

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

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

background-color css

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

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

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

border-color css

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

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

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