Html Css Color HEX #534A3A Metallic Bronze

📋 copy color: '#534A3A'

red 83 ◦ green 74 ◦ blue 58

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

Shades of Metallic Bronze #534A3A

Tints of Metallic Bronze #534A3A

RGB

 RED value IS 83 (32.81% from 255) = 38.6%

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 38.6%
G = 34.42%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#534A3A (or 0x534A3A) is known color: Metallic Bronze. HEX triplet: 53, 4A and 3A. RGB value is (83,74,58). Sum of RGB (Red+Green+Blue) = 83+74+58=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3A is #ACB5C5. Grayscale: #4A4A4A. Windows color (decimal): -11318726 or 3820115. OLE color: 3820115.

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

Color convert

RGB 83 74 58 -
CMYK 0 0.11 0.30 0.67
HSL 38.4º 0.18% 0.28% -
HSV(B) 38.4º 0.3% 0.33% -
XYZ 6.78 7.04 5 -
YUV 74.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 83 74 58 0 0.11 0.30 0.67 38.4 0.18 0.28
Hex 53 4A 3A 0 B 1E 43 26 12 1C
Octal 123 112 72 0 13 36 103 46 22 34
Binary 1010011 1001010 111010 0 1011 11110 1000011 100110 10010 11100

Color Harmonies of #534A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A3A

Black with #534A3A

Text Example


Text Example

White with #534A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A3A; }

 p { color: rgb(83,74,58); }

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

background-color css

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

 a { background-color: rgb(83,74,58); }

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

border-color css

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

 span { border-color: rgb(83,74,58); }

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