Html Css Color HEX #544B3F Metallic Bronze

📋 copy color: '#544B3F'

red 84 ◦ green 75 ◦ blue 63

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

Shades of Metallic Bronze #544B3F

Tints of Metallic Bronze #544B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.38%

R = 37.84%
G = 33.78%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#544B3F (or 0x544B3F) is known color: Metallic Bronze. HEX triplet: 54, 4B and 3F. RGB value is (84,75,63). Sum of RGB (Red+Green+Blue) = 84+75+63=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3F is #ABB4C0. Grayscale: #4C4C4C. Windows color (decimal): -11252929 or 4148052. OLE color: 4148052.

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

Color convert

RGB 84 75 63 -
CMYK 0 0.11 0.25 0.67
HSL 34.29º 0.14% 0.29% -
HSV(B) 34.29º 0.25% 0.33% -
XYZ 7.07 7.28 5.73 -
YUV 76.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 84 75 63 0 0.11 0.25 0.67 34.29 0.14 0.29
Hex 54 4B 3F 0 B 19 43 22 E 1D
Octal 124 113 77 0 13 31 103 42 16 35
Binary 1010100 1001011 111111 0 1011 11001 1000011 100010 1110 11101

Color Harmonies of #544B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B3F

Black with #544B3F

Text Example


Text Example

White with #544B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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