#534735

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

Shades of Metallic Bronze #534735

Tints of Metallic Bronze #534735

Color information

#534735 (or 0x534735) is unknown color: approx Metallic Bronze. HEX triplet: 53, 47 and 35. RGB value is (83,71,53). Sum of RGB (Red+Green+Blue) = 83+71+53=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534735 is #ACB8CA. Grayscale: #484848. Windows color (decimal): -11319499 or 3491667. OLE color: 3491667.

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

Color convert

RGB837153-
CMYK00.140.360.67
HSL36º22.06%26.67%-
HSV(B)36º36.14%32.55%-
XYZ6.466.64.3-
YUV72.54116.98135.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=40.10%
G=34.30%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83715300.140.360.673622.0626.67
Hex5347350E244324161b
Octal1231076501644103442633
Binary101001110001111101010111010010010000111001001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534735; }

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

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

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

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

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

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

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

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