Html Css Color HEX #54483C Metallic Bronze

📋 copy color: '#54483C'

red 84 ◦ green 72 ◦ blue 60

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

Shades of Metallic Bronze #54483C

Tints of Metallic Bronze #54483C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#54483C (or 0x54483C) is known color: Metallic Bronze. HEX triplet: 54, 48 and 3C. RGB value is (84,72,60). Sum of RGB (Red+Green+Blue) = 84+72+60=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54483C is #ABB7C3. Grayscale: #4A4A4A. Windows color (decimal): -11253700 or 3950676. OLE color: 3950676.

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

Color convert

RGB 84 72 60 -
CMYK 0 0.14 0.29 0.67
HSL 30º 0.17% 0.28% -
HSV(B) 30º 0.29% 0.33% -
XYZ 6.79 6.85 5.24 -
YUV 74.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 84 72 60 0 0.14 0.29 0.67 30 0.17 0.28
Hex 54 48 3C 0 E 1D 43 1E 11 1C
Octal 124 110 74 0 16 35 103 36 21 34
Binary 1010100 1001000 111100 0 1110 11101 1000011 11110 10001 11100

Color Harmonies of #54483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54483C

Black with #54483C

Text Example


Text Example

White with #54483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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