#52473B

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

Shades of Metallic Bronze #52473B

Tints of Metallic Bronze #52473B

Color information

#52473B (or 0x52473B) is unknown color: approx Metallic Bronze. HEX triplet: 52, 47 and 3B. RGB value is (82,71,59). Sum of RGB (Red+Green+Blue) = 82+71+59=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473B is #ADB8C4. Grayscale: #484848. Windows color (decimal): -11385029 or 3884882. OLE color: 3884882.

HSL color Cylindrical-coordinate representation of color #52473B: hue angle of 31.3º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52473B is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB827159-
CMYK00.130.280.68
HSL31.3º16.31%27.65%-
HSV(B)31.3º28.05%32.16%-
XYZ6.526.625.07-
YUV72.92120.14134.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=38.68%
G=33.49%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82715900.130.280.6831.316.3127.65
Hex52473B0D1C441f101c
Octal1221077301534104372034
Binary1010010100011111101101101111001000100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,71,59); }

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

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

 a { background-color: rgb(82,71,59); }

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

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

 span { border-color: rgb(82,71,59); }

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