Html Css Color HEX #404820 Bronzetone

📋 copy color: '#404820'

red 64 ◦ green 72 ◦ blue 32

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

Shades of Bronzetone #404820

Tints of Bronzetone #404820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 32 (12.89% from 255) = 19.05%

R = 38.1%
G = 42.86%
B = 19.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#404820 (or 0x404820) is known color: Bronzetone. HEX triplet: 40, 48 and 20. RGB value is (64,72,32). Sum of RGB (Red+Green+Blue) = 64+72+32=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #404820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404820 is #BFB7DF. Grayscale: #414141. Windows color (decimal): -12564448 or 2115648. OLE color: 2115648.

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

Color convert

RGB 64 72 32 -
CMYK 0.11 0 0.56 0.72
HSL 72º 0.38% 0.2% -
HSV(B) 72º 0.56% 0.28% -
XYZ 4.69 5.83 2.24 -
YUV 65.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 64 72 32 0.11 0 0.56 0.72 72 0.38 0.2
Hex 40 48 20 B 0 38 48 48 26 14
Octal 100 110 40 13 0 70 110 110 46 24
Binary 1000000 1001000 100000 1011 0 111000 1001000 1001000 100110 10100

Color Harmonies of #404820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404820

Black with #404820

Text Example


Text Example

White with #404820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404820; }

 p { color: rgb(64,72,32); }

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

background-color css

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

 a { background-color: rgb(64,72,32); }

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

border-color css

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

 span { border-color: rgb(64,72,32); }

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