#534636

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

Shades of Metallic Bronze #534636

Tints of Metallic Bronze #534636

Color information

#534636 (or 0x534636) is unknown color: approx Metallic Bronze. HEX triplet: 53, 46 and 36. RGB value is (83,70,54). Sum of RGB (Red+Green+Blue) = 83+70+54=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534636 is #ACB9C9. Grayscale: #484848. Windows color (decimal): -11319754 or 3556947. OLE color: 3556947.

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

Color convert

RGB837054-
CMYK00.160.350.67
HSL33.1º21.17%26.86%-
HSV(B)33.1º34.94%32.55%-
XYZ6.426.494.4-
YUV72.06117.81135.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.10%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 54 (21.48% from 255) = 26.09%
R=40.10%
G=33.82%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83705400.160.350.6733.121.1726.86
Hex534636010234321151b
Octal1231066602043103412533
Binary1010011100011011011001000010001110000111000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534636; }

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

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

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

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

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

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

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

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