#534736

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

Shades of Metallic Bronze #534736

Tints of Metallic Bronze #534736

Color information

#534736 (or 0x534736) is unknown color: approx Metallic Bronze. HEX triplet: 53, 47 and 36. RGB value is (83,71,54). Sum of RGB (Red+Green+Blue) = 83+71+54=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534736 is #ACB8C9. Grayscale: #484848. Windows color (decimal): -11319498 or 3557203. OLE color: 3557203.

HSL color Cylindrical-coordinate representation of color #534736: hue angle of 35.17º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #534736 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB837154-
CMYK00.140.350.67
HSL35.17º21.17%26.86%-
HSV(B)35.17º34.94%32.55%-
XYZ6.496.614.42-
YUV72.65117.48135.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=39.90%
G=34.13%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83715400.140.350.6735.1721.1726.86
Hex5347360E234323151b
Octal1231076601643103432533
Binary101001110001111101100111010001110000111000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534736; }

 p { color: rgb(83,71,54); }

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

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

 a { background-color: rgb(83,71,54); }

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

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

 span { border-color: rgb(83,71,54); }

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