Html Css Color HEX #54493B Metallic Bronze

📋 copy color: '#54493B'

red 84 ◦ green 73 ◦ blue 59

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

Shades of Metallic Bronze #54493B

Tints of Metallic Bronze #54493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

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

R = 38.89%
G = 33.8%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54493B (or 0x54493B) is known color: Metallic Bronze. HEX triplet: 54, 49 and 3B. RGB value is (84,73,59). Sum of RGB (Red+Green+Blue) = 84+73+59=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54493B is #ABB6C4. Grayscale: #4A4A4A. Windows color (decimal): -11253445 or 3885396. OLE color: 3885396.

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

Color convert

RGB 84 73 59 -
CMYK 0 0.13 0.30 0.67
HSL 33.6º 0.17% 0.28% -
HSV(B) 33.6º 0.3% 0.33% -
XYZ 6.83 6.97 5.12 -
YUV 74.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 84 73 59 0 0.13 0.30 0.67 33.6 0.17 0.28
Hex 54 49 3B 0 D 1E 43 22 11 1C
Octal 124 111 73 0 15 36 103 42 21 34
Binary 1010100 1001001 111011 0 1101 11110 1000011 100010 10001 11100

Color Harmonies of #54493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54493B

Black with #54493B

Text Example


Text Example

White with #54493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54493B; }

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

 H1.HeaderClassName
 {
   color: #54493B;
 }
 .AnyTagClassName
 {
   color: #54493B;
 }
</style>

background-color css

<style>
 a { background-color: #54493B; }

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

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

border-color css

<style>
 span { border-color: #54493B; }

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

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