Html Css Color HEX #404724 Bronzetone

📋 copy color: '#404724'

red 64 ◦ green 71 ◦ blue 36

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

Shades of Bronzetone #404724

Tints of Bronzetone #404724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.05%

R = 37.43%
G = 41.52%
B = 21.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#404724 (or 0x404724) is known color: Bronzetone. HEX triplet: 40, 47 and 24. RGB value is (64,71,36). Sum of RGB (Red+Green+Blue) = 64+71+36=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #404724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404724 is #BFB8DB. Grayscale: #414141. Windows color (decimal): -12564700 or 2377536. OLE color: 2377536.

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

Color convert

RGB 64 71 36 -
CMYK 0.10 0 0.49 0.72
HSL 72º 0.33% 0.21% -
HSV(B) 72º 0.49% 0.28% -
XYZ 4.69 5.72 2.53 -
YUV 64.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 64 71 36 0.10 0 0.49 0.72 72 0.33 0.21
Hex 40 47 24 A 0 31 48 48 21 15
Octal 100 107 44 12 0 61 110 110 41 25
Binary 1000000 1000111 100100 1010 0 110001 1001000 1001000 100001 10101

Color Harmonies of #404724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404724

Black with #404724

Text Example


Text Example

White with #404724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404724; }

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

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

background-color css

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

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

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

border-color css

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

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

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