Html Css Color HEX #524639 Metallic Bronze

📋 copy color: '#524639'

red 82 ◦ green 70 ◦ blue 57

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

Shades of Metallic Bronze #524639

Tints of Metallic Bronze #524639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

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

R = 39.23%
G = 33.49%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#524639 (or 0x524639) is known color: Metallic Bronze. HEX triplet: 52, 46 and 39. RGB value is (82,70,57). Sum of RGB (Red+Green+Blue) = 82+70+57=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524639 is #ADB9C6. Grayscale: #484848. Windows color (decimal): -11385287 or 3753554. OLE color: 3753554.

HSL color Cylindrical-coordinate representation of color #524639: hue angle of 31.2º 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 #524639 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 57 -
CMYK 0 0.15 0.30 0.68
HSL 31.2º 0.18% 0.27% -
HSV(B) 31.2º 0.3% 0.32% -
XYZ 6.41 6.47 4.78 -
YUV 72.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 82 70 57 0 0.15 0.30 0.68 31.2 0.18 0.27
Hex 52 46 39 0 F 1E 44 1F 12 1B
Octal 122 106 71 0 17 36 104 37 22 33
Binary 1010010 1000110 111001 0 1111 11110 1000100 11111 10010 11011

Color Harmonies of #524639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524639

Black with #524639

Text Example


Text Example

White with #524639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524639; }

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

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

background-color css

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

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

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

border-color css

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

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

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