Html Css Color HEX #404929 Bronzetone

📋 copy color: '#404929'

red 64 ◦ green 73 ◦ blue 41

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

Shades of Bronzetone #404929

Tints of Bronzetone #404929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 35.96%
G = 41.01%
B = 23.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#404929 (or 0x404929) is known color: Bronzetone. HEX triplet: 40, 49 and 29. RGB value is (64,73,41). Sum of RGB (Red+Green+Blue) = 64+73+41=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #404929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404929 is #BFB6D6. Grayscale: #424242. Windows color (decimal): -12564183 or 2705728. OLE color: 2705728.

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

Color convert

RGB 64 73 41 -
CMYK 0.12 0 0.44 0.71
HSL 76.88º 0.28% 0.22% -
HSV(B) 76.88º 0.44% 0.29% -
XYZ 4.9 6.02 3 -
YUV 66.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 64 73 41 0.12 0 0.44 0.71 76.88 0.28 0.22
Hex 40 49 29 C 0 2C 47 4D 1C 16
Octal 100 111 51 14 0 54 107 115 34 26
Binary 1000000 1001001 101001 1100 0 101100 1000111 1001101 11100 10110

Color Harmonies of #404929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404929

Black with #404929

Text Example


Text Example

White with #404929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404929; }

 p { color: rgb(64,73,41); }

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

background-color css

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

 a { background-color: rgb(64,73,41); }

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

border-color css

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

 span { border-color: rgb(64,73,41); }

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