Html Css Color HEX #404721 Bronzetone

📋 copy color: '#404721'

red 64 ◦ green 71 ◦ blue 33

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

Shades of Bronzetone #404721

Tints of Bronzetone #404721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 38.1%
G = 42.26%
B = 19.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#404721 (or 0x404721) is known color: Bronzetone. HEX triplet: 40, 47 and 21. RGB value is (64,71,33). Sum of RGB (Red+Green+Blue) = 64+71+33=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #404721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404721 is #BFB8DE. Grayscale: #404040. Windows color (decimal): -12564703 or 2180928. OLE color: 2180928.

HSL color Cylindrical-coordinate representation of color #404721: hue angle of 71.05º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404721 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 33 -
CMYK 0.10 0 0.54 0.72
HSL 71.05º 0.37% 0.2% -
HSV(B) 71.05º 0.54% 0.28% -
XYZ 4.64 5.71 2.3 -
YUV 64.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 64 71 33 0.10 0 0.54 0.72 71.05 0.37 0.2
Hex 40 47 21 A 0 36 48 47 25 14
Octal 100 107 41 12 0 66 110 107 45 24
Binary 1000000 1000111 100001 1010 0 110110 1001000 1000111 100101 10100

Color Harmonies of #404721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404721

Black with #404721

Text Example


Text Example

White with #404721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404721; }

 p { color: rgb(64,71,33); }

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

background-color css

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

 a { background-color: rgb(64,71,33); }

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

border-color css

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

 span { border-color: rgb(64,71,33); }

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