Html Css Color HEX #405033 Mallard

📋 copy color: '#405033'

red 64 ◦ green 80 ◦ blue 51

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

Shades of Mallard #405033

Tints of Mallard #405033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 51 (20.31% from 255) = 26.15%

R = 32.82%
G = 41.03%
B = 26.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#405033 (or 0x405033) is known color: Mallard. HEX triplet: 40, 50 and 33. RGB value is (64,80,51). Sum of RGB (Red+Green+Blue) = 64+80+51=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #405033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405033 is #BFAFCC. Grayscale: #484848. Windows color (decimal): -12562381 or 3362880. OLE color: 3362880.

HSL color Cylindrical-coordinate representation of color #405033: hue angle of 93.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #405033 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 51 -
CMYK 0.20 0 0.36 0.69
HSL 93.1º 0.22% 0.26% -
HSV(B) 93.1º 0.36% 0.31% -
XYZ 5.58 7.07 4.2 -
YUV 71.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 64 80 51 0.20 0 0.36 0.69 93.1 0.22 0.26
Hex 40 50 33 14 0 24 45 5D 16 1A
Octal 100 120 63 24 0 44 105 135 26 32
Binary 1000000 1010000 110011 10100 0 100100 1000101 1011101 10110 11010

Color Harmonies of #405033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405033

Black with #405033

Text Example


Text Example

White with #405033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405033; }

 p { color: rgb(64,80,51); }

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

background-color css

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

 a { background-color: rgb(64,80,51); }

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

border-color css

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

 span { border-color: rgb(64,80,51); }

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