Html Css Color HEX #52493A Metallic Bronze

📋 copy color: '#52493A'

red 82 ◦ green 73 ◦ blue 58

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

Shades of Metallic Bronze #52493A

Tints of Metallic Bronze #52493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 38.5%
G = 34.27%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52493A (or 0x52493A) is known color: Metallic Bronze. HEX triplet: 52, 49 and 3A. RGB value is (82,73,58). Sum of RGB (Red+Green+Blue) = 82+73+58=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493A is #ADB6C5. Grayscale: #4A4A4A. Windows color (decimal): -11384518 or 3819858. OLE color: 3819858.

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

Color convert

RGB 82 73 58 -
CMYK 0 0.11 0.29 0.68
HSL 37.5º 0.17% 0.27% -
HSV(B) 37.5º 0.29% 0.32% -
XYZ 6.63 6.86 4.98 -
YUV 73.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 82 73 58 0 0.11 0.29 0.68 37.5 0.17 0.27
Hex 52 49 3A 0 B 1D 44 26 11 1B
Octal 122 111 72 0 13 35 104 46 21 33
Binary 1010010 1001001 111010 0 1011 11101 1000100 100110 10001 11011

Color Harmonies of #52493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52493A

Black with #52493A

Text Example


Text Example

White with #52493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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