Html Css Color HEX #544C3B Metallic Bronze

📋 copy color: '#544C3B'

red 84 ◦ green 76 ◦ blue 59

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

Shades of Metallic Bronze #544C3B

Tints of Metallic Bronze #544C3B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.7%

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

R = 38.36%
G = 34.7%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#544C3B (or 0x544C3B) is known color: Metallic Bronze. HEX triplet: 54, 4C and 3B. RGB value is (84,76,59). Sum of RGB (Red+Green+Blue) = 84+76+59=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C3B is #ABB3C4. Grayscale: #4C4C4C. Windows color (decimal): -11252677 or 3886164. OLE color: 3886164.

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

Color convert

RGB 84 76 59 -
CMYK 0 0.10 0.30 0.67
HSL 40.8º 0.17% 0.28% -
HSV(B) 40.8º 0.3% 0.33% -
XYZ 7.03 7.37 5.19 -
YUV 76.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 84 76 59 0 0.10 0.30 0.67 40.8 0.17 0.28
Hex 54 4C 3B 0 A 1E 43 29 11 1C
Octal 124 114 73 0 12 36 103 51 21 34
Binary 1010100 1001100 111011 0 1010 11110 1000011 101001 10001 11100

Color Harmonies of #544C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C3B

Black with #544C3B

Text Example


Text Example

White with #544C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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