Html Css Color HEX #524A40 Metallic Bronze

📋 copy color: '#524A40'

red 82 ◦ green 74 ◦ blue 64

#524A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #524A40

Tints of Metallic Bronze #524A40

RGB

 RED value IS 82 (32.42% from 255) = 37.27%

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 37.27%
G = 33.64%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#524A40 (or 0x524A40) is known color: Metallic Bronze. HEX triplet: 52, 4A and 40. RGB value is (82,74,64). Sum of RGB (Red+Green+Blue) = 82+74+64=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 82 - color contains mainly: red. Hex color #524A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A40 is #ADB5BF. Grayscale: #4B4B4B. Windows color (decimal): -11384256 or 4213330. OLE color: 4213330.

HSL color Cylindrical-coordinate representation of color #524A40: hue angle of 33.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524A40 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 64 -
CMYK 0 0.10 0.22 0.68
HSL 33.33º 0.12% 0.29% -
HSV(B) 33.33º 0.22% 0.32% -
XYZ 6.85 7.06 5.85 -
YUV 75.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 82 74 64 0 0.10 0.22 0.68 33.33 0.12 0.29
Hex 52 4A 40 0 A 16 44 21 C 1D
Octal 122 112 100 0 12 26 104 41 14 35
Binary 1010010 1001010 1000000 0 1010 10110 1000100 100001 1100 11101

Color Harmonies of #524A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A40

Black with #524A40

Text Example


Text Example

White with #524A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A40; }

 p { color: rgb(82,74,64); }

 H1.HeaderClassName
 {
   color: #524A40;
 }
 .AnyTagClassName
 {
   color: #524A40;
 }
</style>

background-color css

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

 a { background-color: rgb(82,74,64); }

 div.DivClassName
 {
   background-color: #524A40;
 }
 .BgClassName
 {
   background-color: #524A40;
 }
</style>

border-color css

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

 span { border-color: rgb(82,74,64); }

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