#52493D

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

Shades of Metallic Bronze #52493D

Tints of Metallic Bronze #52493D

Color information

#52493D (or 0x52493D) is unknown color: approx Metallic Bronze. HEX triplet: 52, 49 and 3D. RGB value is (82,73,61). Sum of RGB (Red+Green+Blue) = 82+73+61=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #52493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493D is #ADB6C2. Grayscale: #4A4A4A. Windows color (decimal): -11384515 or 4016466. OLE color: 4016466.

HSL color Cylindrical-coordinate representation of color #52493D: hue angle of 34.29º 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 #52493D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB827361-
CMYK00.110.260.68
HSL34.29º14.69%28.04%-
HSV(B)34.29º25.61%32.16%-
XYZ6.76.95.39-
YUV74.32120.48133.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.96%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 61 (24.22% from 255) = 28.24%
R=37.96%
G=33.80%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82736100.110.260.6834.2914.6928.04
Hex52493D0B1A4422f1c
Octal1221117501332104421734
Binary1010010100100111110101011110101000100100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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