Html Css Color HEX #404722 Bronzetone

📋 copy color: '#404722'

red 64 ◦ green 71 ◦ blue 34

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

Shades of Bronzetone #404722

Tints of Bronzetone #404722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 37.87%
G = 42.01%
B = 20.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#404722 (or 0x404722) is known color: Bronzetone. HEX triplet: 40, 47 and 22. RGB value is (64,71,34). Sum of RGB (Red+Green+Blue) = 64+71+34=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #404722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404722 is #BFB8DD. Grayscale: #404040. Windows color (decimal): -12564702 or 2246464. OLE color: 2246464.

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

Color convert

RGB 64 71 34 -
CMYK 0.10 0 0.52 0.72
HSL 71.35º 0.35% 0.21% -
HSV(B) 71.35º 0.52% 0.28% -
XYZ 4.66 5.71 2.37 -
YUV 64.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 64 71 34 0.10 0 0.52 0.72 71.35 0.35 0.21
Hex 40 47 22 A 0 34 48 47 23 15
Octal 100 107 42 12 0 64 110 107 43 25
Binary 1000000 1000111 100010 1010 0 110100 1001000 1000111 100011 10101

Color Harmonies of #404722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404722

Black with #404722

Text Example


Text Example

White with #404722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404722; }

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

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

background-color css

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

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

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

border-color css

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

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

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