#524B3D

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

Shades of Metallic Bronze #524B3D

Tints of Metallic Bronze #524B3D

Color information

#524B3D (or 0x524B3D) is unknown color: approx Metallic Bronze. HEX triplet: 52, 4B and 3D. RGB value is (82,75,61). Sum of RGB (Red+Green+Blue) = 82+75+61=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #524B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B3D is #ADB4C2. Grayscale: #4B4B4B. Windows color (decimal): -11384003 or 4016978. OLE color: 4016978.

HSL color Cylindrical-coordinate representation of color #524B3D: hue angle of 40º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524B3D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB827561-
CMYK00.090.260.68
HSL40º14.69%28.04%-
HSV(B)40º25.61%32.16%-
XYZ6.847.165.44-
YUV75.5119.82132.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=37.61%
G=34.40%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82756100.090.260.684014.6928.04
Hex524B3D091A4428f1c
Octal1221137501132104501734
Binary1010010100101111110101001110101000100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B3D; }

 p { color: rgb(82,75,61); }

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

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

 a { background-color: rgb(82,75,61); }

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

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

 span { border-color: rgb(82,75,61); }

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