#524638

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

Shades of Metallic Bronze #524638

Tints of Metallic Bronze #524638

Color information

#524638 (or 0x524638) is unknown color: approx Metallic Bronze. HEX triplet: 52, 46 and 38. RGB value is (82,70,56). Sum of RGB (Red+Green+Blue) = 82+70+56=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #524638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524638 is #ADB9C7. Grayscale: #484848. Windows color (decimal): -11385288 or 3688018. OLE color: 3688018.

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

Color convert

RGB827056-
CMYK00.150.320.68
HSL32.31º18.84%27.06%-
HSV(B)32.31º31.71%32.16%-
XYZ6.386.464.65-
YUV71.99118.98135.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=39.42%
G=33.65%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82705600.150.320.6832.3118.8427.06
Hex5246380F204420131b
Octal1221067001740104402333
Binary101001010001101110000111110000010001001000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524638; }

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

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

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

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

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

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

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

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