Html Css Color HEX #544A3E Metallic Bronze

📋 copy color: '#544A3E'

red 84 ◦ green 74 ◦ blue 62

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

Shades of Metallic Bronze #544A3E

Tints of Metallic Bronze #544A3E

RGB

 RED value IS 84 (33.2% from 255) = 38.18%

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

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

R = 38.18%
G = 33.64%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#544A3E (or 0x544A3E) is known color: Metallic Bronze. HEX triplet: 54, 4A and 3E. RGB value is (84,74,62). Sum of RGB (Red+Green+Blue) = 84+74+62=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3E is #ABB5C1. Grayscale: #4B4B4B. Windows color (decimal): -11253186 or 4082260. OLE color: 4082260.

HSL color Cylindrical-coordinate representation of color #544A3E: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544A3E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 62 -
CMYK 0 0.12 0.26 0.67
HSL 32.73º 0.15% 0.29% -
HSV(B) 32.73º 0.26% 0.33% -
XYZ 6.97 7.13 5.57 -
YUV 75.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 84 74 62 0 0.12 0.26 0.67 32.73 0.15 0.29
Hex 54 4A 3E 0 C 1A 43 21 F 1D
Octal 124 112 76 0 14 32 103 41 17 35
Binary 1010100 1001010 111110 0 1100 11010 1000011 100001 1111 11101

Color Harmonies of #544A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A3E

Black with #544A3E

Text Example


Text Example

White with #544A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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