Html Css Color HEX #394232 Mallard

📋 copy color: '#394232'

red 57 ◦ green 66 ◦ blue 50

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

Shades of Mallard #394232

Tints of Mallard #394232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.9%

R = 32.95%
G = 38.15%
B = 28.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#394232 (or 0x394232) is known color: Mallard. HEX triplet: 39, 42 and 32. RGB value is (57,66,50). Sum of RGB (Red+Green+Blue) = 57+66+50=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #394232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394232 is #C6BDCD. Grayscale: #3D3D3D. Windows color (decimal): -13024718 or 3293753. OLE color: 3293753.

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

Color convert

RGB 57 66 50 -
CMYK 0.14 0 0.24 0.74
HSL 93.75º 0.14% 0.23% -
HSV(B) 93.75º 0.24% 0.26% -
XYZ 4.21 5 3.76 -
YUV 61.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 57 66 50 0.14 0 0.24 0.74 93.75 0.14 0.23
Hex 39 42 32 E 0 18 4A 5E E 17
Octal 71 102 62 16 0 30 112 136 16 27
Binary 111001 1000010 110010 1110 0 11000 1001010 1011110 1110 10111

Color Harmonies of #394232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394232

Black with #394232

Text Example


Text Example

White with #394232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394232; }

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

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

background-color css

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

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

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

border-color css

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

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

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