Html Css Color HEX #404628 Bronzetone

📋 copy color: '#404628'

red 64 ◦ green 70 ◦ blue 40

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

Shades of Bronzetone #404628

Tints of Bronzetone #404628

RGB

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

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

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

R = 36.78%
G = 40.23%
B = 22.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#404628 (or 0x404628) is known color: Bronzetone. HEX triplet: 40, 46 and 28. RGB value is (64,70,40). Sum of RGB (Red+Green+Blue) = 64+70+40=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #404628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404628 is #BFB9D7. Grayscale: #404040. Windows color (decimal): -12564952 or 2639424. OLE color: 2639424.

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

Color convert

RGB 64 70 40 -
CMYK 0.09 0 0.43 0.73
HSL 72º 0.27% 0.22% -
HSV(B) 72º 0.43% 0.27% -
XYZ 4.69 5.62 2.85 -
YUV 64.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 64 70 40 0.09 0 0.43 0.73 72 0.27 0.22
Hex 40 46 28 9 0 2B 49 48 1B 16
Octal 100 106 50 11 0 53 111 110 33 26
Binary 1000000 1000110 101000 1001 0 101011 1001001 1001000 11011 10110

Color Harmonies of #404628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404628

Black with #404628

Text Example


Text Example

White with #404628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404628; }

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

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

background-color css

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

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

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

border-color css

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

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

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