Html Css Color HEX #52483A Metallic Bronze

📋 copy color: '#52483A'

red 82 ◦ green 72 ◦ blue 58

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

Shades of Metallic Bronze #52483A

Tints of Metallic Bronze #52483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 38.68%
G = 33.96%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#52483A (or 0x52483A) is known color: Metallic Bronze. HEX triplet: 52, 48 and 3A. RGB value is (82,72,58). Sum of RGB (Red+Green+Blue) = 82+72+58=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52483A is #ADB7C5. Grayscale: #494949. Windows color (decimal): -11384774 or 3819602. OLE color: 3819602.

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

Color convert

RGB 82 72 58 -
CMYK 0 0.12 0.29 0.68
HSL 35º 0.17% 0.27% -
HSV(B) 35º 0.29% 0.32% -
XYZ 6.56 6.73 4.96 -
YUV 73.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 82 72 58 0 0.12 0.29 0.68 35 0.17 0.27
Hex 52 48 3A 0 C 1D 44 23 11 1B
Octal 122 110 72 0 14 35 104 43 21 33
Binary 1010010 1001000 111010 0 1100 11101 1000100 100011 10001 11011

Color Harmonies of #52483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52483A

Black with #52483A

Text Example


Text Example

White with #52483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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