Html Css Color HEX #52493B Metallic Bronze

📋 copy color: '#52493B'

red 82 ◦ green 73 ◦ blue 59

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

Shades of Metallic Bronze #52493B

Tints of Metallic Bronze #52493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.57%

R = 38.32%
G = 34.11%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52493B (or 0x52493B) is known color: Metallic Bronze. HEX triplet: 52, 49 and 3B. RGB value is (82,73,59). Sum of RGB (Red+Green+Blue) = 82+73+59=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #52493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52493B is #ADB6C4. Grayscale: #4A4A4A. Windows color (decimal): -11384517 or 3885394. OLE color: 3885394.

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

Color convert

RGB 82 73 59 -
CMYK 0 0.11 0.28 0.68
HSL 36.52º 0.16% 0.28% -
HSV(B) 36.52º 0.28% 0.32% -
XYZ 6.65 6.87 5.11 -
YUV 74.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 82 73 59 0 0.11 0.28 0.68 36.52 0.16 0.28
Hex 52 49 3B 0 B 1C 44 25 10 1C
Octal 122 111 73 0 13 34 104 45 20 34
Binary 1010010 1001001 111011 0 1011 11100 1000100 100101 10000 11100

Color Harmonies of #52493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52493B

Black with #52493B

Text Example


Text Example

White with #52493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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