Html Css Color HEX #54483A Metallic Bronze

📋 copy color: '#54483A'

red 84 ◦ green 72 ◦ blue 58

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

Shades of Metallic Bronze #54483A

Tints of Metallic Bronze #54483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

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

R = 39.25%
G = 33.64%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#54483A (or 0x54483A) is known color: Metallic Bronze. HEX triplet: 54, 48 and 3A. RGB value is (84,72,58). Sum of RGB (Red+Green+Blue) = 84+72+58=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54483A is #ABB7C5. Grayscale: #4A4A4A. Windows color (decimal): -11253702 or 3819604. OLE color: 3819604.

HSL color Cylindrical-coordinate representation of color #54483A: hue angle of 32.31º 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 #54483A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 72 58 -
CMYK 0 0.14 0.31 0.67
HSL 32.31º 0.18% 0.28% -
HSV(B) 32.31º 0.31% 0.33% -
XYZ 6.74 6.83 4.97 -
YUV 73.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 84 72 58 0 0.14 0.31 0.67 32.31 0.18 0.28
Hex 54 48 3A 0 E 1F 43 20 12 1C
Octal 124 110 72 0 16 37 103 40 22 34
Binary 1010100 1001000 111010 0 1110 11111 1000011 100000 10010 11100

Color Harmonies of #54483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54483A

Black with #54483A

Text Example


Text Example

White with #54483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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