Html Css Color HEX #524A3C Metallic Bronze

📋 copy color: '#524A3C'

red 82 ◦ green 74 ◦ blue 60

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

Shades of Metallic Bronze #524A3C

Tints of Metallic Bronze #524A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 37.96%
G = 34.26%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#524A3C (or 0x524A3C) is known color: Metallic Bronze. HEX triplet: 52, 4A and 3C. RGB value is (82,74,60). Sum of RGB (Red+Green+Blue) = 82+74+60=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A3C is #ADB5C3. Grayscale: #4A4A4A. Windows color (decimal): -11384260 or 3951186. OLE color: 3951186.

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

Color convert

RGB 82 74 60 -
CMYK 0 0.10 0.27 0.68
HSL 38.18º 0.15% 0.28% -
HSV(B) 38.18º 0.27% 0.32% -
XYZ 6.74 7.02 5.27 -
YUV 74.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 82 74 60 0 0.10 0.27 0.68 38.18 0.15 0.28
Hex 52 4A 3C 0 A 1B 44 26 F 1C
Octal 122 112 74 0 12 33 104 46 17 34
Binary 1010010 1001010 111100 0 1010 11011 1000100 100110 1111 11100

Color Harmonies of #524A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A3C

Black with #524A3C

Text Example


Text Example

White with #524A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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