Html Css Color HEX #524739 Metallic Bronze

📋 copy color: '#524739'

red 82 ◦ green 71 ◦ blue 57

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

Shades of Metallic Bronze #524739

Tints of Metallic Bronze #524739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 39.05%
G = 33.81%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#524739 (or 0x524739) is known color: Metallic Bronze. HEX triplet: 52, 47 and 39. RGB value is (82,71,57). Sum of RGB (Red+Green+Blue) = 82+71+57=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #524739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524739 is #ADB8C6. Grayscale: #484848. Windows color (decimal): -11385031 or 3753810. OLE color: 3753810.

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

Color convert

RGB 82 71 57 -
CMYK 0 0.13 0.30 0.68
HSL 33.6º 0.18% 0.27% -
HSV(B) 33.6º 0.3% 0.32% -
XYZ 6.47 6.6 4.8 -
YUV 72.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 82 71 57 0 0.13 0.30 0.68 33.6 0.18 0.27
Hex 52 47 39 0 D 1E 44 22 12 1B
Octal 122 107 71 0 15 36 104 42 22 33
Binary 1010010 1000111 111001 0 1101 11110 1000100 100010 10010 11011

Color Harmonies of #524739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524739

Black with #524739

Text Example


Text Example

White with #524739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524739; }

 p { color: rgb(82,71,57); }

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

background-color css

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

 a { background-color: rgb(82,71,57); }

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

border-color css

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

 span { border-color: rgb(82,71,57); }

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