Html Css Color HEX #52473B Metallic Bronze

📋 copy color: '#52473B'

red 82 ◦ green 71 ◦ blue 59

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

Shades of Metallic Bronze #52473B

Tints of Metallic Bronze #52473B

RGB

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

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

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

R = 38.68%
G = 33.49%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52473B (or 0x52473B) is known color: Metallic Bronze. HEX triplet: 52, 47 and 3B. RGB value is (82,71,59). Sum of RGB (Red+Green+Blue) = 82+71+59=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52473B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52473B is #ADB8C4. Grayscale: #484848. Windows color (decimal): -11385029 or 3884882. OLE color: 3884882.

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

Color convert

RGB 82 71 59 -
CMYK 0 0.13 0.28 0.68
HSL 31.3º 0.16% 0.28% -
HSV(B) 31.3º 0.28% 0.32% -
XYZ 6.52 6.62 5.07 -
YUV 72.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 82 71 59 0 0.13 0.28 0.68 31.3 0.16 0.28
Hex 52 47 3B 0 D 1C 44 1F 10 1C
Octal 122 107 73 0 15 34 104 37 20 34
Binary 1010010 1000111 111011 0 1101 11100 1000100 11111 10000 11100

Color Harmonies of #52473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52473B

Black with #52473B

Text Example


Text Example

White with #52473B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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