Html Css Color HEX #52483D Metallic Bronze

📋 copy color: '#52483D'

red 82 ◦ green 72 ◦ blue 61

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

Shades of Metallic Bronze #52483D

Tints of Metallic Bronze #52483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 38.14%
G = 33.49%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52483D (or 0x52483D) is known color: Metallic Bronze. HEX triplet: 52, 48 and 3D. RGB value is (82,72,61). Sum of RGB (Red+Green+Blue) = 82+72+61=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52483D is #ADB7C2. Grayscale: #494949. Windows color (decimal): -11384771 or 4016210. OLE color: 4016210.

HSL color Cylindrical-coordinate representation of color #52483D: hue angle of 31.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52483D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 61 -
CMYK 0 0.12 0.26 0.68
HSL 31.43º 0.15% 0.28% -
HSV(B) 31.43º 0.26% 0.32% -
XYZ 6.64 6.77 5.37 -
YUV 73.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 82 72 61 0 0.12 0.26 0.68 31.43 0.15 0.28
Hex 52 48 3D 0 C 1A 44 1F F 1C
Octal 122 110 75 0 14 32 104 37 17 34
Binary 1010010 1001000 111101 0 1100 11010 1000100 11111 1111 11100

Color Harmonies of #52483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52483D

Black with #52483D

Text Example


Text Example

White with #52483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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