Html Css Color HEX #404629 Bronzetone

📋 copy color: '#404629'

red 64 ◦ green 70 ◦ blue 41

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

Shades of Bronzetone #404629

Tints of Bronzetone #404629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 36.57%
G = 40%
B = 23.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#404629 (or 0x404629) is known color: Bronzetone. HEX triplet: 40, 46 and 29. RGB value is (64,70,41). Sum of RGB (Red+Green+Blue) = 64+70+41=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #404629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404629 is #BFB9D6. Grayscale: #414141. Windows color (decimal): -12564951 or 2704960. OLE color: 2704960.

HSL color Cylindrical-coordinate representation of color #404629: hue angle of 72.41º degrees, saturation: 0.26, 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 #404629 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 41 -
CMYK 0.09 0 0.41 0.73
HSL 72.41º 0.26% 0.22% -
HSV(B) 72.41º 0.41% 0.27% -
XYZ 4.7 5.63 2.94 -
YUV 64.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 64 70 41 0.09 0 0.41 0.73 72.41 0.26 0.22
Hex 40 46 29 9 0 29 49 48 1A 16
Octal 100 106 51 11 0 51 111 110 32 26
Binary 1000000 1000110 101001 1001 0 101001 1001001 1001000 11010 10110

Color Harmonies of #404629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404629

Black with #404629

Text Example


Text Example

White with #404629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404629; }

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

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

background-color css

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

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

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

border-color css

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

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

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