Html Css Color HEX #544A3A Metallic Bronze

📋 copy color: '#544A3A'

red 84 ◦ green 74 ◦ blue 58

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

Shades of Metallic Bronze #544A3A

Tints of Metallic Bronze #544A3A

RGB

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

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

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

R = 38.89%
G = 34.26%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#544A3A (or 0x544A3A) is known color: Metallic Bronze. HEX triplet: 54, 4A and 3A. RGB value is (84,74,58). Sum of RGB (Red+Green+Blue) = 84+74+58=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3A is #ABB5C5. Grayscale: #4B4B4B. Windows color (decimal): -11253190 or 3820116. OLE color: 3820116.

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

Color convert

RGB 84 74 58 -
CMYK 0 0.12 0.31 0.67
HSL 36.92º 0.18% 0.28% -
HSV(B) 36.92º 0.31% 0.33% -
XYZ 6.87 7.09 5.01 -
YUV 75.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 84 74 58 0 0.12 0.31 0.67 36.92 0.18 0.28
Hex 54 4A 3A 0 C 1F 43 25 12 1C
Octal 124 112 72 0 14 37 103 45 22 34
Binary 1010100 1001010 111010 0 1100 11111 1000011 100101 10010 11100

Color Harmonies of #544A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A3A

Black with #544A3A

Text Example


Text Example

White with #544A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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