Html Css Color HEX #404835 Mallard

📋 copy color: '#404835'

red 64 ◦ green 72 ◦ blue 53

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

Shades of Mallard #404835

Tints of Mallard #404835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 33.86%
G = 38.1%
B = 28.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#404835 (or 0x404835) is known color: Mallard. HEX triplet: 40, 48 and 35. RGB value is (64,72,53). Sum of RGB (Red+Green+Blue) = 64+72+53=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #404835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404835 is #BFB7CA. Grayscale: #434343. Windows color (decimal): -12564427 or 3491904. OLE color: 3491904.

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

Color convert

RGB 64 72 53 -
CMYK 0.11 0 0.26 0.72
HSL 85.26º 0.15% 0.25% -
HSV(B) 85.26º 0.26% 0.28% -
XYZ 5.07 5.98 4.26 -
YUV 67.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 64 72 53 0.11 0 0.26 0.72 85.26 0.15 0.25
Hex 40 48 35 B 0 1A 48 55 F 19
Octal 100 110 65 13 0 32 110 125 17 31
Binary 1000000 1001000 110101 1011 0 11010 1001000 1010101 1111 11001

Color Harmonies of #404835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404835

Black with #404835

Text Example


Text Example

White with #404835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404835; }

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

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

background-color css

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

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

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

border-color css

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

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

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