Html Css Color HEX #524536 Metallic Bronze

📋 copy color: '#524536'

red 82 ◦ green 69 ◦ blue 54

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

Shades of Metallic Bronze #524536

Tints of Metallic Bronze #524536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 40%
G = 33.66%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#524536 (or 0x524536) is known color: Metallic Bronze. HEX triplet: 52, 45 and 36. RGB value is (82,69,54). Sum of RGB (Red+Green+Blue) = 82+69+54=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #524536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524536 is #ADBAC9. Grayscale: #474747. Windows color (decimal): -11385546 or 3556690. OLE color: 3556690.

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

Color convert

RGB 82 69 54 -
CMYK 0 0.16 0.34 0.68
HSL 32.14º 0.21% 0.27% -
HSV(B) 32.14º 0.34% 0.32% -
XYZ 6.27 6.32 4.38 -
YUV 71.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 82 69 54 0 0.16 0.34 0.68 32.14 0.21 0.27
Hex 52 45 36 0 10 22 44 20 15 1B
Octal 122 105 66 0 20 42 104 40 25 33
Binary 1010010 1000101 110110 0 10000 100010 1000100 100000 10101 11011

Color Harmonies of #524536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524536

Black with #524536

Text Example


Text Example

White with #524536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524536; }

 p { color: rgb(82,69,54); }

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

background-color css

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

 a { background-color: rgb(82,69,54); }

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

border-color css

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

 span { border-color: rgb(82,69,54); }

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