#524636

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

Shades of Metallic Bronze #524636

Tints of Metallic Bronze #524636

Color information

#524636 (or 0x524636) is unknown color: approx Metallic Bronze. HEX triplet: 52, 46 and 36. RGB value is (82,70,54). Sum of RGB (Red+Green+Blue) = 82+70+54=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #524636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524636 is #ADB9C9. Grayscale: #474747. Windows color (decimal): -11385290 or 3556946. OLE color: 3556946.

HSL color Cylindrical-coordinate representation of color #524636: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524636 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB827054-
CMYK00.150.340.68
HSL34.29º20.59%26.67%-
HSV(B)34.29º34.15%32.16%-
XYZ6.346.444.4-
YUV71.76117.98135.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=39.81%
G=33.98%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82705400.150.340.6834.2920.5926.67
Hex5246360F224422151b
Octal1221066601742104422533
Binary101001010001101101100111110001010001001000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524636; }

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

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

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

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

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

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

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

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