Html Css Color HEX #534A3C Metallic Bronze

📋 copy color: '#534A3C'

red 83 ◦ green 74 ◦ blue 60

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

Shades of Metallic Bronze #534A3C

Tints of Metallic Bronze #534A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 38.25%
G = 34.1%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#534A3C (or 0x534A3C) is known color: Metallic Bronze. HEX triplet: 53, 4A and 3C. RGB value is (83,74,60). Sum of RGB (Red+Green+Blue) = 83+74+60=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3C is #ACB5C3. Grayscale: #4B4B4B. Windows color (decimal): -11318724 or 3951187. OLE color: 3951187.

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

Color convert

RGB 83 74 60 -
CMYK 0 0.11 0.28 0.67
HSL 36.52º 0.16% 0.28% -
HSV(B) 36.52º 0.28% 0.33% -
XYZ 6.83 7.06 5.28 -
YUV 75.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 83 74 60 0 0.11 0.28 0.67 36.52 0.16 0.28
Hex 53 4A 3C 0 B 1C 43 25 10 1C
Octal 123 112 74 0 13 34 103 45 20 34
Binary 1010011 1001010 111100 0 1011 11100 1000011 100101 10000 11100

Color Harmonies of #534A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A3C

Black with #534A3C

Text Example


Text Example

White with #534A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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