#524837

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

Shades of Metallic Bronze #524837

Tints of Metallic Bronze #524837

Color information

#524837 (or 0x524837) is unknown color: approx Metallic Bronze. HEX triplet: 52, 48 and 37. RGB value is (82,72,55). Sum of RGB (Red+Green+Blue) = 82+72+55=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524837 is #ADB7C8. Grayscale: #494949. Windows color (decimal): -11384777 or 3622994. OLE color: 3622994.

HSL color Cylindrical-coordinate representation of color #524837: hue angle of 37.78º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524837 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB827255-
CMYK00.120.330.68
HSL37.78º19.71%26.86%-
HSV(B)37.78º32.93%32.16%-
XYZ6.496.74.57-
YUV73.05117.81134.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=39.23%
G=34.45%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82725500.120.330.6837.7819.7126.86
Hex5248370C214426141b
Octal1221106701441104462433
Binary101001010010001101110110010000110001001001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524837; }

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

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

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

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

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

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

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

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