#44502B

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

Shades of Bronzetone #44502B

Tints of Bronzetone #44502B

Color information

#44502B (or 0x44502B) is unknown color: approx Bronzetone. HEX triplet: 44, 50 and 2B. RGB value is (68,80,43). Sum of RGB (Red+Green+Blue) = 68+80+43=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #44502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44502B is #BBAFD4. Grayscale: #484848. Windows color (decimal): -12300245 or 2838596. OLE color: 2838596.

HSL color Cylindrical-coordinate representation of color #44502B: hue angle of 79.46º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44502B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB688043-
CMYK0.1500.460.69
HSL79.46º30.08%24.12%-
HSV(B)79.46º46.25%31.37%-
XYZ5.697.143.36-
YUV72.19111.52125.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=35.60%
G=41.88%
B=22.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880430.1500.460.6979.4630.0824.12
Hex44502BF02E454f1e18
Octal10412053170561051173630
Binary1000100101000010101111110101110100010110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44502B; }

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

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

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

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

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

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

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

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