#485032

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

Shades of Bronzetone #485032

Tints of Bronzetone #485032

Color information

#485032 (or 0x485032) is unknown color: approx Bronzetone. HEX triplet: 48, 50 and 32. RGB value is (72,80,50). Sum of RGB (Red+Green+Blue) = 72+80+50=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #485032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485032 is #B7AFCD. Grayscale: #4A4A4A. Windows color (decimal): -12038094 or 3297352. OLE color: 3297352.

HSL color Cylindrical-coordinate representation of color #485032: hue angle of 76º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485032 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB728050-
CMYK0.1000.370.69
HSL76º23.08%25.49%-
HSV(B)76º37.5%31.37%-
XYZ6.127.354.11-
YUV74.19114.35126.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=35.64%
G=39.60%
B=24.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280500.1000.370.697623.0825.49
Hex485032A025454c1719
Octal11012062120451051142731
Binary1001000101000011001010100100101100010110011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485032; }

 p { color: rgb(72,80,50); }

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

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

 a { background-color: rgb(72,80,50); }

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

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

 span { border-color: rgb(72,80,50); }

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