Html Css Color HEX #52473A Metallic Bronze

📋 copy color: '#52473A'

red 82 ◦ green 71 ◦ blue 58

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

Shades of Metallic Bronze #52473A

Tints of Metallic Bronze #52473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

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

R = 38.86%
G = 33.65%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52473A (or 0x52473A) is known color: Metallic Bronze. HEX triplet: 52, 47 and 3A. RGB value is (82,71,58). Sum of RGB (Red+Green+Blue) = 82+71+58=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473A is #ADB8C5. Grayscale: #484848. Windows color (decimal): -11385030 or 3819346. OLE color: 3819346.

HSL color Cylindrical-coordinate representation of color #52473A: hue angle of 32.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 #52473A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 58 -
CMYK 0 0.13 0.29 0.68
HSL 32.5º 0.17% 0.27% -
HSV(B) 32.5º 0.29% 0.32% -
XYZ 6.5 6.61 4.94 -
YUV 72.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 82 71 58 0 0.13 0.29 0.68 32.5 0.17 0.27
Hex 52 47 3A 0 D 1D 44 20 11 1B
Octal 122 107 72 0 15 35 104 40 21 33
Binary 1010010 1000111 111010 0 1101 11101 1000100 100000 10001 11011

Color Harmonies of #52473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52473A

Black with #52473A

Text Example


Text Example

White with #52473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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