#445523

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

Shades of Bronzetone #445523

Tints of Bronzetone #445523

Color information

#445523 (or 0x445523) is unknown color: approx Bronzetone. HEX triplet: 44, 55 and 23. RGB value is (68,85,35). Sum of RGB (Red+Green+Blue) = 68+85+35=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #445523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445523 is #BBAADC. Grayscale: #4A4A4A. Windows color (decimal): -12298973 or 2315588. OLE color: 2315588.

HSL color Cylindrical-coordinate representation of color #445523: hue angle of 80.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #445523 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB688535-
CMYK0.2000.590.67
HSL80.4º41.67%23.53%-
HSV(B)80.4º58.82%33.33%-
XYZ5.947.852.79-
YUV74.22105.87123.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=36.17%
G=45.21%
B=18.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885350.2000.590.6780.441.6723.53
Hex4455231403B43502a18
Octal10412543240731031205230
Binary100010010101011000111010001110111000011101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445523; }

 p { color: rgb(68,85,35); }

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

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

 a { background-color: rgb(68,85,35); }

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

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

 span { border-color: rgb(68,85,35); }

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