#534836

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

Shades of Metallic Bronze #534836

Tints of Metallic Bronze #534836

Color information

#534836 (or 0x534836) is unknown color: approx Metallic Bronze. HEX triplet: 53, 48 and 36. RGB value is (83,72,54). Sum of RGB (Red+Green+Blue) = 83+72+54=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534836 is #ACB7C9. Grayscale: #494949. Windows color (decimal): -11319242 or 3557459. OLE color: 3557459.

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

Color convert

RGB837254-
CMYK00.130.350.67
HSL37.24º21.17%26.86%-
HSV(B)37.24º34.94%32.55%-
XYZ6.556.744.45-
YUV73.24117.14134.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=39.71%
G=34.45%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83725400.130.350.6737.2421.1726.86
Hex5348360D234325151b
Octal1231106601543103452533
Binary101001110010001101100110110001110000111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534836; }

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

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

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

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

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

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

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

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