Html Css Color HEX #524B3D Metallic Bronze

📋 copy color: '#524B3D'

red 82 ◦ green 75 ◦ blue 61

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

Shades of Metallic Bronze #524B3D

Tints of Metallic Bronze #524B3D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.4%

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

R = 37.61%
G = 34.4%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#524B3D (or 0x524B3D) is known color: Metallic Bronze. HEX triplet: 52, 4B and 3D. RGB value is (82,75,61). Sum of RGB (Red+Green+Blue) = 82+75+61=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #524B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B3D is #ADB4C2. Grayscale: #4B4B4B. Windows color (decimal): -11384003 or 4016978. OLE color: 4016978.

HSL color Cylindrical-coordinate representation of color #524B3D: hue angle of 40º 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 #524B3D is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 61 -
CMYK 0 0.09 0.26 0.68
HSL 40º 0.15% 0.28% -
HSV(B) 40º 0.26% 0.32% -
XYZ 6.84 7.16 5.44 -
YUV 75.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 82 75 61 0 0.09 0.26 0.68 40 0.15 0.28
Hex 52 4B 3D 0 9 1A 44 28 F 1C
Octal 122 113 75 0 11 32 104 50 17 34
Binary 1010010 1001011 111101 0 1001 11010 1000100 101000 1111 11100

Color Harmonies of #524B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B3D

Black with #524B3D

Text Example


Text Example

White with #524B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B3D; }

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

 H1.HeaderClassName
 {
   color: #524B3D;
 }
 .AnyTagClassName
 {
   color: #524B3D;
 }
</style>

background-color css

<style>
 a { background-color: #524B3D; }

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

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

border-color css

<style>
 span { border-color: #524B3D; }

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

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