Html Css Color HEX #404E28 Bronzetone

📋 copy color: '#404E28'

red 64 ◦ green 78 ◦ blue 40

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

Shades of Bronzetone #404E28

Tints of Bronzetone #404E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.86%

 BLUE value IS 40 (16.02% from 255) = 21.98%

R = 35.16%
G = 42.86%
B = 21.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#404E28 (or 0x404E28) is known color: Bronzetone. HEX triplet: 40, 4E and 28. RGB value is (64,78,40). Sum of RGB (Red+Green+Blue) = 64+78+40=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #404E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E28 is #BFB1D7. Grayscale: #454545. Windows color (decimal): -12562904 or 2641472. OLE color: 2641472.

HSL color Cylindrical-coordinate representation of color #404E28: hue angle of 82.11º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404E28 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 78 40 -
CMYK 0.18 0 0.49 0.69
HSL 82.11º 0.32% 0.23% -
HSV(B) 82.11º 0.49% 0.31% -
XYZ 5.22 6.69 3.02 -
YUV 69.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 64 78 40 0.18 0 0.49 0.69 82.11 0.32 0.23
Hex 40 4E 28 12 0 31 45 52 20 17
Octal 100 116 50 22 0 61 105 122 40 27
Binary 1000000 1001110 101000 10010 0 110001 1000101 1010010 100000 10111

Color Harmonies of #404E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404E28

Black with #404E28

Text Example


Text Example

White with #404E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404E28; }

 p { color: rgb(64,78,40); }

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

background-color css

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

 a { background-color: rgb(64,78,40); }

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

border-color css

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

 span { border-color: rgb(64,78,40); }

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