#48522D

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

Shades of Bronzetone #48522D

Tints of Bronzetone #48522D

Color information

#48522D (or 0x48522D) is unknown color: approx Bronzetone. HEX triplet: 48, 52 and 2D. RGB value is (72,82,45). Sum of RGB (Red+Green+Blue) = 72+82+45=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #48522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48522D is #B7ADD2. Grayscale: #4A4A4A. Windows color (decimal): -12037587 or 2970184. OLE color: 2970184.

HSL color Cylindrical-coordinate representation of color #48522D: hue angle of 76.22º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48522D is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB728245-
CMYK0.1200.450.68
HSL76.22º29.13%24.9%-
HSV(B)76.22º45.12%32.16%-
XYZ6.167.63.63-
YUV74.79111.19126.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=36.18%
G=41.21%
B=22.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282450.1200.450.6876.2229.1324.9
Hex48522DC02D444c1d19
Octal11012255140551041143531
Binary1001000101001010110111000101101100010010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48522D; }

 p { color: rgb(72,82,45); }

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

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

 a { background-color: rgb(72,82,45); }

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

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

 span { border-color: rgb(72,82,45); }

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