Html Css Color HEX #524738 Metallic Bronze

📋 copy color: '#524738'

red 82 ◦ green 71 ◦ blue 56

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

Shades of Metallic Bronze #524738

Tints of Metallic Bronze #524738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 39.23%
G = 33.97%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#524738 (or 0x524738) is known color: Metallic Bronze. HEX triplet: 52, 47 and 38. RGB value is (82,71,56). Sum of RGB (Red+Green+Blue) = 82+71+56=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #524738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524738 is #ADB8C7. Grayscale: #484848. Windows color (decimal): -11385032 or 3688274. OLE color: 3688274.

HSL color Cylindrical-coordinate representation of color #524738: hue angle of 34.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524738 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 56 -
CMYK 0 0.13 0.32 0.68
HSL 34.62º 0.19% 0.27% -
HSV(B) 34.62º 0.32% 0.32% -
XYZ 6.45 6.59 4.67 -
YUV 72.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 82 71 56 0 0.13 0.32 0.68 34.62 0.19 0.27
Hex 52 47 38 0 D 20 44 23 13 1B
Octal 122 107 70 0 15 40 104 43 23 33
Binary 1010010 1000111 111000 0 1101 100000 1000100 100011 10011 11011

Color Harmonies of #524738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524738

Black with #524738

Text Example


Text Example

White with #524738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524738; }

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

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

background-color css

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

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

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

border-color css

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

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

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