Html Css Color HEX #404834 Mallard

📋 copy color: '#404834'

red 64 ◦ green 72 ◦ blue 52

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

Shades of Mallard #404834

Tints of Mallard #404834

RGB

 RED value IS 64 (25.39% from 255) = 34.04%

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 34.04%
G = 38.3%
B = 27.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#404834 (or 0x404834) is known color: Mallard. HEX triplet: 40, 48 and 34. RGB value is (64,72,52). Sum of RGB (Red+Green+Blue) = 64+72+52=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #404834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404834 is #BFB7CB. Grayscale: #434343. Windows color (decimal): -12564428 or 3426368. OLE color: 3426368.

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

Color convert

RGB 64 72 52 -
CMYK 0.11 0 0.28 0.72
HSL 84º 0.16% 0.24% -
HSV(B) 84º 0.28% 0.28% -
XYZ 5.05 5.97 4.14 -
YUV 67.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 64 72 52 0.11 0 0.28 0.72 84 0.16 0.24
Hex 40 48 34 B 0 1C 48 54 10 18
Octal 100 110 64 13 0 34 110 124 20 30
Binary 1000000 1001000 110100 1011 0 11100 1001000 1010100 10000 11000

Color Harmonies of #404834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404834

Black with #404834

Text Example


Text Example

White with #404834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404834; }

 p { color: rgb(64,72,52); }

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

background-color css

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

 a { background-color: rgb(64,72,52); }

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

border-color css

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

 span { border-color: rgb(64,72,52); }

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