Html Css Color HEX #404529 Bronzetone

📋 copy color: '#404529'

red 64 ◦ green 69 ◦ blue 41

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

Shades of Bronzetone #404529

Tints of Bronzetone #404529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 36.78%
G = 39.66%
B = 23.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#404529 (or 0x404529) is known color: Bronzetone. HEX triplet: 40, 45 and 29. RGB value is (64,69,41). Sum of RGB (Red+Green+Blue) = 64+69+41=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #404529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404529 is #BFBAD6. Grayscale: #404040. Windows color (decimal): -12565207 or 2704704. OLE color: 2704704.

HSL color Cylindrical-coordinate representation of color #404529: hue angle of 70.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404529 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 69 41 -
CMYK 0.07 0 0.41 0.73
HSL 70.71º 0.25% 0.22% -
HSV(B) 70.71º 0.41% 0.27% -
XYZ 4.64 5.51 2.92 -
YUV 64.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 64 69 41 0.07 0 0.41 0.73 70.71 0.25 0.22
Hex 40 45 29 7 0 29 49 47 19 16
Octal 100 105 51 7 0 51 111 107 31 26
Binary 1000000 1000101 101001 111 0 101001 1001001 1000111 11001 10110

Color Harmonies of #404529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404529

Black with #404529

Text Example


Text Example

White with #404529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404529; }

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

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

background-color css

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

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

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

border-color css

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

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

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