Html Css Color HEX #54473A Metallic Bronze

📋 copy color: '#54473A'

red 84 ◦ green 71 ◦ blue 58

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

Shades of Metallic Bronze #54473A

Tints of Metallic Bronze #54473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 27.23%

R = 39.44%
G = 33.33%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#54473A (or 0x54473A) is known color: Metallic Bronze. HEX triplet: 54, 47 and 3A. RGB value is (84,71,58). Sum of RGB (Red+Green+Blue) = 84+71+58=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #54473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54473A is #ABB8C5. Grayscale: #494949. Windows color (decimal): -11253958 or 3819348. OLE color: 3819348.

HSL color Cylindrical-coordinate representation of color #54473A: hue angle of 30º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54473A is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 71 58 -
CMYK 0 0.15 0.31 0.67
HSL 30º 0.18% 0.28% -
HSV(B) 30º 0.31% 0.33% -
XYZ 6.67 6.7 4.94 -
YUV 73.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 84 71 58 0 0.15 0.31 0.67 30 0.18 0.28
Hex 54 47 3A 0 F 1F 43 1E 12 1C
Octal 124 107 72 0 17 37 103 36 22 34
Binary 1010100 1000111 111010 0 1111 11111 1000011 11110 10010 11100

Color Harmonies of #54473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54473A

Black with #54473A

Text Example


Text Example

White with #54473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54473A; }

 p { color: rgb(84,71,58); }

 H1.HeaderClassName
 {
   color: #54473A;
 }
 .AnyTagClassName
 {
   color: #54473A;
 }
</style>

background-color css

<style>
 a { background-color: #54473A; }

 a { background-color: rgb(84,71,58); }

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

border-color css

<style>
 span { border-color: #54473A; }

 span { border-color: rgb(84,71,58); }

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