Html Css Color HEX #404624 Bronzetone

📋 copy color: '#404624'

red 64 ◦ green 70 ◦ blue 36

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

Shades of Bronzetone #404624

Tints of Bronzetone #404624

RGB

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

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

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

R = 37.65%
G = 41.18%
B = 21.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#404624 (or 0x404624) is known color: Bronzetone. HEX triplet: 40, 46 and 24. RGB value is (64,70,36). Sum of RGB (Red+Green+Blue) = 64+70+36=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #404624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404624 is #BFB9DB. Grayscale: #404040. Windows color (decimal): -12564956 or 2377280. OLE color: 2377280.

HSL color Cylindrical-coordinate representation of color #404624: hue angle of 70.59º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #404624 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 36 -
CMYK 0.09 0 0.49 0.73
HSL 70.59º 0.32% 0.21% -
HSV(B) 70.59º 0.49% 0.27% -
XYZ 4.62 5.6 2.51 -
YUV 64.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 64 70 36 0.09 0 0.49 0.73 70.59 0.32 0.21
Hex 40 46 24 9 0 31 49 47 20 15
Octal 100 106 44 11 0 61 111 107 40 25
Binary 1000000 1000110 100100 1001 0 110001 1001001 1000111 100000 10101

Color Harmonies of #404624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404624

Black with #404624

Text Example


Text Example

White with #404624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404624; }

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

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

background-color css

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

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

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

border-color css

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

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

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