Html Css Color HEX #544A3D Metallic Bronze

📋 copy color: '#544A3D'

red 84 ◦ green 74 ◦ blue 61

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

Shades of Metallic Bronze #544A3D

Tints of Metallic Bronze #544A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 38.36%
G = 33.79%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#544A3D (or 0x544A3D) is known color: Metallic Bronze. HEX triplet: 54, 4A and 3D. RGB value is (84,74,61). Sum of RGB (Red+Green+Blue) = 84+74+61=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A3D is #ABB5C2. Grayscale: #4B4B4B. Windows color (decimal): -11253187 or 4016724. OLE color: 4016724.

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

Color convert

RGB 84 74 61 -
CMYK 0 0.12 0.27 0.67
HSL 33.91º 0.16% 0.28% -
HSV(B) 33.91º 0.27% 0.33% -
XYZ 6.95 7.12 5.42 -
YUV 75.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 84 74 61 0 0.12 0.27 0.67 33.91 0.16 0.28
Hex 54 4A 3D 0 C 1B 43 22 10 1C
Octal 124 112 75 0 14 33 103 42 20 34
Binary 1010100 1001010 111101 0 1100 11011 1000011 100010 10000 11100

Color Harmonies of #544A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A3D

Black with #544A3D

Text Example


Text Example

White with #544A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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