Html Css Color HEX #404A2C Bronzetone

📋 copy color: '#404A2C'

red 64 ◦ green 74 ◦ blue 44

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

Shades of Bronzetone #404A2C

Tints of Bronzetone #404A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.66%

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 35.16%
G = 40.66%
B = 24.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#404A2C (or 0x404A2C) is known color: Bronzetone. HEX triplet: 40, 4A and 2C. RGB value is (64,74,44). Sum of RGB (Red+Green+Blue) = 64+74+44=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #404A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A2C is #BFB5D3. Grayscale: #434343. Windows color (decimal): -12563924 or 2902592. OLE color: 2902592.

HSL color Cylindrical-coordinate representation of color #404A2C: hue angle of 80º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404A2C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 44 -
CMYK 0.14 0 0.41 0.71
HSL 80º 0.25% 0.23% -
HSV(B) 80º 0.41% 0.29% -
XYZ 5.02 6.17 3.31 -
YUV 67.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 64 74 44 0.14 0 0.41 0.71 80 0.25 0.23
Hex 40 4A 2C E 0 29 47 50 19 17
Octal 100 112 54 16 0 51 107 120 31 27
Binary 1000000 1001010 101100 1110 0 101001 1000111 1010000 11001 10111

Color Harmonies of #404A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A2C

Black with #404A2C

Text Example


Text Example

White with #404A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A2C; }

 p { color: rgb(64,74,44); }

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

background-color css

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

 a { background-color: rgb(64,74,44); }

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

border-color css

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

 span { border-color: rgb(64,74,44); }

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