Html Css Color HEX #524637 Metallic Bronze

📋 copy color: '#524637'

red 82 ◦ green 70 ◦ blue 55

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

Shades of Metallic Bronze #524637

Tints of Metallic Bronze #524637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 39.61%
G = 33.82%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#524637 (or 0x524637) is known color: Metallic Bronze. HEX triplet: 52, 46 and 37. RGB value is (82,70,55). Sum of RGB (Red+Green+Blue) = 82+70+55=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #524637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524637 is #ADB9C8. Grayscale: #474747. Windows color (decimal): -11385289 or 3622482. OLE color: 3622482.

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

Color convert

RGB 82 70 55 -
CMYK 0 0.15 0.33 0.68
HSL 33.33º 0.2% 0.27% -
HSV(B) 33.33º 0.33% 0.32% -
XYZ 6.36 6.45 4.52 -
YUV 71.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 82 70 55 0 0.15 0.33 0.68 33.33 0.2 0.27
Hex 52 46 37 0 F 21 44 21 14 1B
Octal 122 106 67 0 17 41 104 41 24 33
Binary 1010010 1000110 110111 0 1111 100001 1000100 100001 10100 11011

Color Harmonies of #524637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524637

Black with #524637

Text Example


Text Example

White with #524637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524637; }

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

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

background-color css

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

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

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

border-color css

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

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

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