Html Css Color HEX #524939 Metallic Bronze

📋 copy color: '#524939'

red 82 ◦ green 73 ◦ blue 57

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

Shades of Metallic Bronze #524939

Tints of Metallic Bronze #524939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 57 (22.66% from 255) = 26.89%

R = 38.68%
G = 34.43%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#524939 (or 0x524939) is known color: Metallic Bronze. HEX triplet: 52, 49 and 39. RGB value is (82,73,57). Sum of RGB (Red+Green+Blue) = 82+73+57=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #524939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524939 is #ADB6C6. Grayscale: #494949. Windows color (decimal): -11384519 or 3754322. OLE color: 3754322.

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

Color convert

RGB 82 73 57 -
CMYK 0 0.11 0.30 0.68
HSL 38.4º 0.18% 0.27% -
HSV(B) 38.4º 0.3% 0.32% -
XYZ 6.6 6.85 4.85 -
YUV 73.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 82 73 57 0 0.11 0.30 0.68 38.4 0.18 0.27
Hex 52 49 39 0 B 1E 44 26 12 1B
Octal 122 111 71 0 13 36 104 46 22 33
Binary 1010010 1001001 111001 0 1011 11110 1000100 100110 10010 11011

Color Harmonies of #524939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524939

Black with #524939

Text Example


Text Example

White with #524939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524939; }

 p { color: rgb(82,73,57); }

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

background-color css

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

 a { background-color: rgb(82,73,57); }

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

border-color css

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

 span { border-color: rgb(82,73,57); }

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