#445020

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

Shades of Bronzetone #445020

Tints of Bronzetone #445020

Color information

#445020 (or 0x445020) is unknown color: approx Bronzetone. HEX triplet: 44, 50 and 20. RGB value is (68,80,32). Sum of RGB (Red+Green+Blue) = 68+80+32=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #445020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445020 is #BBAFDF. Grayscale: #474747. Windows color (decimal): -12300256 or 2117700. OLE color: 2117700.

HSL color Cylindrical-coordinate representation of color #445020: hue angle of 75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445020 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB688032-
CMYK0.1500.600.69
HSL75º42.86%21.96%-
HSV(B)75º60%31.37%-
XYZ5.517.072.44-
YUV70.94106.02125.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=37.78%
G=44.44%
B=17.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880320.1500.600.697542.8621.96
Hex445020F03C454b2b16
Octal10412040170741051135326
Binary10001001010000100000111101111001000101100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445020; }

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

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

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

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

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

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

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

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