Html Css Color HEX #534A3D Metallic Bronze

📋 copy color: '#534A3D'

red 83 ◦ green 74 ◦ blue 61

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

Shades of Metallic Bronze #534A3D

Tints of Metallic Bronze #534A3D

RGB

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

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

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

R = 38.07%
G = 33.94%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#534A3D (or 0x534A3D) is known color: Metallic Bronze. HEX triplet: 53, 4A and 3D. RGB value is (83,74,61). Sum of RGB (Red+Green+Blue) = 83+74+61=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3D is #ACB5C2. Grayscale: #4B4B4B. Windows color (decimal): -11318723 or 4016723. OLE color: 4016723.

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

Color convert

RGB 83 74 61 -
CMYK 0 0.11 0.27 0.67
HSL 35.45º 0.15% 0.28% -
HSV(B) 35.45º 0.27% 0.33% -
XYZ 6.86 7.07 5.42 -
YUV 75.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 83 74 61 0 0.11 0.27 0.67 35.45 0.15 0.28
Hex 53 4A 3D 0 B 1B 43 23 F 1C
Octal 123 112 75 0 13 33 103 43 17 34
Binary 1010011 1001010 111101 0 1011 11011 1000011 100011 1111 11100

Color Harmonies of #534A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A3D

Black with #534A3D

Text Example


Text Example

White with #534A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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