#534536

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

Shades of Metallic Bronze #534536

Tints of Metallic Bronze #534536

Color information

#534536 (or 0x534536) is unknown color: approx Metallic Bronze. HEX triplet: 53, 45 and 36. RGB value is (83,69,54). Sum of RGB (Red+Green+Blue) = 83+69+54=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534536 is #ACBAC9. Grayscale: #474747. Windows color (decimal): -11320010 or 3556691. OLE color: 3556691.

HSL color Cylindrical-coordinate representation of color #534536: hue angle of 31.03º 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 #534536 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB836954-
CMYK00.170.350.67
HSL31.03º21.17%26.86%-
HSV(B)31.03º34.94%32.55%-
XYZ6.366.364.38-
YUV71.48118.14136.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=40.29%
G=33.50%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83695400.170.350.6731.0321.1726.86
Hex53453601123431f151b
Octal1231056602143103372533
Binary101001110001011101100100011000111000011111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534536; }

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

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

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

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

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

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

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

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