Html Css Color HEX #534A3E Metallic Bronze

📋 copy color: '#534A3E'

red 83 ◦ green 74 ◦ blue 62

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

Shades of Metallic Bronze #534A3E

Tints of Metallic Bronze #534A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.31%

R = 37.9%
G = 33.79%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#534A3E (or 0x534A3E) is known color: Metallic Bronze. HEX triplet: 53, 4A and 3E. RGB value is (83,74,62). Sum of RGB (Red+Green+Blue) = 83+74+62=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3E is #ACB5C1. Grayscale: #4B4B4B. Windows color (decimal): -11318722 or 4082259. OLE color: 4082259.

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

Color convert

RGB 83 74 62 -
CMYK 0 0.11 0.25 0.67
HSL 34.29º 0.14% 0.28% -
HSV(B) 34.29º 0.25% 0.33% -
XYZ 6.89 7.08 5.56 -
YUV 75.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 83 74 62 0 0.11 0.25 0.67 34.29 0.14 0.28
Hex 53 4A 3E 0 B 19 43 22 E 1C
Octal 123 112 76 0 13 31 103 42 16 34
Binary 1010011 1001010 111110 0 1011 11001 1000011 100010 1110 11100

Color Harmonies of #534A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A3E

Black with #534A3E

Text Example


Text Example

White with #534A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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