Html Css Color HEX #404720 Bronzetone

📋 copy color: '#404720'

red 64 ◦ green 71 ◦ blue 32

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

Shades of Bronzetone #404720

Tints of Bronzetone #404720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 38.32%
G = 42.51%
B = 19.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#404720 (or 0x404720) is known color: Bronzetone. HEX triplet: 40, 47 and 20. RGB value is (64,71,32). Sum of RGB (Red+Green+Blue) = 64+71+32=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #404720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404720 is #BFB8DF. Grayscale: #404040. Windows color (decimal): -12564704 or 2115392. OLE color: 2115392.

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

Color convert

RGB 64 71 32 -
CMYK 0.10 0 0.55 0.72
HSL 70.77º 0.38% 0.2% -
HSV(B) 70.77º 0.55% 0.28% -
XYZ 4.63 5.7 2.22 -
YUV 64.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 64 71 32 0.10 0 0.55 0.72 70.77 0.38 0.2
Hex 40 47 20 A 0 37 48 47 26 14
Octal 100 107 40 12 0 67 110 107 46 24
Binary 1000000 1000111 100000 1010 0 110111 1001000 1000111 100110 10100

Color Harmonies of #404720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404720

Black with #404720

Text Example


Text Example

White with #404720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404720; }

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

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

background-color css

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

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

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

border-color css

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

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

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