Html Css Color HEX #404728 Bronzetone

📋 copy color: '#404728'

red 64 ◦ green 71 ◦ blue 40

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

Shades of Bronzetone #404728

Tints of Bronzetone #404728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.57%

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

R = 36.57%
G = 40.57%
B = 22.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#404728 (or 0x404728) is known color: Bronzetone. HEX triplet: 40, 47 and 28. RGB value is (64,71,40). Sum of RGB (Red+Green+Blue) = 64+71+40=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #404728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404728 is #BFB8D7. Grayscale: #414141. Windows color (decimal): -12564696 or 2639680. OLE color: 2639680.

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

Color convert

RGB 64 71 40 -
CMYK 0.10 0 0.44 0.72
HSL 73.55º 0.28% 0.22% -
HSV(B) 73.55º 0.44% 0.28% -
XYZ 4.75 5.75 2.87 -
YUV 65.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 64 71 40 0.10 0 0.44 0.72 73.55 0.28 0.22
Hex 40 47 28 A 0 2C 48 4A 1C 16
Octal 100 107 50 12 0 54 110 112 34 26
Binary 1000000 1000111 101000 1010 0 101100 1001000 1001010 11100 10110

Color Harmonies of #404728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404728

Black with #404728

Text Example


Text Example

White with #404728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404728; }

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

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

background-color css

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

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

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

border-color css

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

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

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