Html Css Color HEX #52493F Metallic Bronze

📋 copy color: '#52493F'

red 82 ◦ green 73 ◦ blue 63

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

Shades of Metallic Bronze #52493F

Tints of Metallic Bronze #52493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 63 (25% from 255) = 28.9%

R = 37.61%
G = 33.49%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52493F (or 0x52493F) is known color: Metallic Bronze. HEX triplet: 52, 49 and 3F. RGB value is (82,73,63). Sum of RGB (Red+Green+Blue) = 82+73+63=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #52493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493F is #ADB6C0. Grayscale: #4A4A4A. Windows color (decimal): -11384513 or 4147538. OLE color: 4147538.

HSL color Cylindrical-coordinate representation of color #52493F: hue angle of 31.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52493F is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 63 -
CMYK 0 0.11 0.23 0.68
HSL 31.58º 0.13% 0.28% -
HSV(B) 31.58º 0.23% 0.32% -
XYZ 6.76 6.92 5.68 -
YUV 74.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 82 73 63 0 0.11 0.23 0.68 31.58 0.13 0.28
Hex 52 49 3F 0 B 17 44 20 D 1C
Octal 122 111 77 0 13 27 104 40 15 34
Binary 1010010 1001001 111111 0 1011 10111 1000100 100000 1101 11100

Color Harmonies of #52493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52493F

Black with #52493F

Text Example


Text Example

White with #52493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52493F; }

 p { color: rgb(82,73,63); }

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

background-color css

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

 a { background-color: rgb(82,73,63); }

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

border-color css

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

 span { border-color: rgb(82,73,63); }

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