Html Css Color HEX #544B3D Metallic Bronze

📋 copy color: '#544B3D'

red 84 ◦ green 75 ◦ blue 61

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

Shades of Metallic Bronze #544B3D

Tints of Metallic Bronze #544B3D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.09%

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

R = 38.18%
G = 34.09%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#544B3D (or 0x544B3D) is known color: Metallic Bronze. HEX triplet: 54, 4B and 3D. RGB value is (84,75,61). Sum of RGB (Red+Green+Blue) = 84+75+61=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3D is #ABB4C2. Grayscale: #4C4C4C. Windows color (decimal): -11252931 or 4016980. OLE color: 4016980.

HSL color Cylindrical-coordinate representation of color #544B3D: hue angle of 36.52º 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 #544B3D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 75 61 -
CMYK 0 0.11 0.27 0.67
HSL 36.52º 0.16% 0.28% -
HSV(B) 36.52º 0.27% 0.33% -
XYZ 7.01 7.25 5.45 -
YUV 76.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 84 75 61 0 0.11 0.27 0.67 36.52 0.16 0.28
Hex 54 4B 3D 0 B 1B 43 25 10 1C
Octal 124 113 75 0 13 33 103 45 20 34
Binary 1010100 1001011 111101 0 1011 11011 1000011 100101 10000 11100

Color Harmonies of #544B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B3D

Black with #544B3D

Text Example


Text Example

White with #544B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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