Html Css Color HEX #404A28 Bronzetone

📋 copy color: '#404A28'

red 64 ◦ green 74 ◦ blue 40

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

Shades of Bronzetone #404A28

Tints of Bronzetone #404A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 35.96%
G = 41.57%
B = 22.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#404A28 (or 0x404A28) is known color: Bronzetone. HEX triplet: 40, 4A and 28. RGB value is (64,74,40). Sum of RGB (Red+Green+Blue) = 64+74+40=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #404A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A28 is #BFB5D7. Grayscale: #434343. Windows color (decimal): -12563928 or 2640448. OLE color: 2640448.

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

Color convert

RGB 64 74 40 -
CMYK 0.14 0 0.46 0.71
HSL 77.65º 0.3% 0.22% -
HSV(B) 77.65º 0.46% 0.29% -
XYZ 4.95 6.14 2.93 -
YUV 67.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 64 74 40 0.14 0 0.46 0.71 77.65 0.3 0.22
Hex 40 4A 28 E 0 2E 47 4E 1E 16
Octal 100 112 50 16 0 56 107 116 36 26
Binary 1000000 1001010 101000 1110 0 101110 1000111 1001110 11110 10110

Color Harmonies of #404A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A28

Black with #404A28

Text Example


Text Example

White with #404A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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