#52483F

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

Shades of Metallic Bronze #52483F

Tints of Metallic Bronze #52483F

Color information

#52483F (or 0x52483F) is unknown color: approx Metallic Bronze. HEX triplet: 52, 48 and 3F. RGB value is (82,72,63). Sum of RGB (Red+Green+Blue) = 82+72+63=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #52483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52483F is #ADB7C0. Grayscale: #4A4A4A. Windows color (decimal): -11384769 or 4147282. OLE color: 4147282.

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

Color convert

RGB827263-
CMYK00.120.230.68
HSL28.42º13.1%28.43%-
HSV(B)28.42º23.17%32.16%-
XYZ6.696.795.66-
YUV73.96121.81133.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 63 (25% from 255) = 29.03%
R=37.79%
G=33.18%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82726300.120.230.6828.4213.128.43
Hex52483F0C17441cd1c
Octal1221107701427104341534
Binary101001010010001111110110010111100010011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52483F; }

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

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

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

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

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

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

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

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