Html Css Color HEX #544A3B Metallic Bronze

📋 copy color: '#544A3B'

red 84 ◦ green 74 ◦ blue 59

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

Shades of Metallic Bronze #544A3B

Tints of Metallic Bronze #544A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 38.71%
G = 34.1%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#544A3B (or 0x544A3B) is known color: Metallic Bronze. HEX triplet: 54, 4A and 3B. RGB value is (84,74,59). Sum of RGB (Red+Green+Blue) = 84+74+59=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3B is #ABB5C4. Grayscale: #4B4B4B. Windows color (decimal): -11253189 or 3885652. OLE color: 3885652.

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

Color convert

RGB 84 74 59 -
CMYK 0 0.12 0.30 0.67
HSL 36º 0.17% 0.28% -
HSV(B) 36º 0.3% 0.33% -
XYZ 6.89 7.1 5.14 -
YUV 75.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 84 74 59 0 0.12 0.30 0.67 36 0.17 0.28
Hex 54 4A 3B 0 C 1E 43 24 11 1C
Octal 124 112 73 0 14 36 103 44 21 34
Binary 1010100 1001010 111011 0 1100 11110 1000011 100100 10001 11100

Color Harmonies of #544A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A3B

Black with #544A3B

Text Example


Text Example

White with #544A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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