#445424

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

Shades of Bronzetone #445424

Tints of Bronzetone #445424

Color information

#445424 (or 0x445424) is unknown color: approx Bronzetone. HEX triplet: 44, 54 and 24. RGB value is (68,84,36). Sum of RGB (Red+Green+Blue) = 68+84+36=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #445424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445424 is #BBABDB. Grayscale: #494949. Windows color (decimal): -12299228 or 2380868. OLE color: 2380868.

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

Color convert

RGB688436-
CMYK0.1900.570.67
HSL80º40%23.53%-
HSV(B)80º57.14%32.94%-
XYZ5.877.72.85-
YUV73.74106.7123.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=36.17%
G=44.68%
B=19.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884360.1900.570.67804023.53
Hex4454241303943502818
Octal10412444230711031205030
Binary100010010101001001001001101110011000011101000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445424; }

 p { color: rgb(68,84,36); }

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

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

 a { background-color: rgb(68,84,36); }

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

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

 span { border-color: rgb(68,84,36); }

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