#444D20

Color #444D20 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #444D20

Tints of Bronzetone #444D20

Color information

#444D20 (or 0x444D20) is unknown color: approx Bronzetone. HEX triplet: 44, 4D and 20. RGB value is (68,77,32). Sum of RGB (Red+Green+Blue) = 68+77+32=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #444D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D20 is #BBB2DF. Grayscale: #454545. Windows color (decimal): -12301024 or 2116932. OLE color: 2116932.

HSL color Cylindrical-coordinate representation of color #444D20: hue angle of 72º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #444D20 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB687732-
CMYK0.1200.580.70
HSL72º41.28%21.37%-
HSV(B)72º58.44%30.2%-
XYZ5.36.642.37-
YUV69.18107.02127.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=38.42%
G=43.50%
B=18.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6877320.1200.580.707241.2821.37
Hex444D20C03A46482915
Octal10411540140721061105125
Binary10001001001101100000110001110101000110100100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D20; }

 p { color: rgb(68,77,32); }

 H1.HeaderClassName
 {
   color: #444D20;
 }
 .AnyTagClassName
 {
   color: #444D20;
 }
</style>
background-color css

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

 a { background-color: rgb(68,77,32); }

 div.DivClassName
 {
   background-color: #444D20;
 }
 .BgClassName
 {
   background-color: #444D20;
 }
</style>
border-color css

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

 span { border-color: rgb(68,77,32); }

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