Html Css Color HEX #54483B Metallic Bronze

📋 copy color: '#54483B'

red 84 ◦ green 72 ◦ blue 59

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

Shades of Metallic Bronze #54483B

Tints of Metallic Bronze #54483B

RGB

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

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

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

R = 39.07%
G = 33.49%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54483B (or 0x54483B) is known color: Metallic Bronze. HEX triplet: 54, 48 and 3B. RGB value is (84,72,59). Sum of RGB (Red+Green+Blue) = 84+72+59=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #54483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54483B is #ABB7C4. Grayscale: #4A4A4A. Windows color (decimal): -11253701 or 3885140. OLE color: 3885140.

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

Color convert

RGB 84 72 59 -
CMYK 0 0.14 0.30 0.67
HSL 31.2º 0.17% 0.28% -
HSV(B) 31.2º 0.3% 0.33% -
XYZ 6.76 6.84 5.1 -
YUV 74.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 84 72 59 0 0.14 0.30 0.67 31.2 0.17 0.28
Hex 54 48 3B 0 E 1E 43 1F 11 1C
Octal 124 110 73 0 16 36 103 37 21 34
Binary 1010100 1001000 111011 0 1110 11110 1000011 11111 10001 11100

Color Harmonies of #54483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54483B

Black with #54483B

Text Example


Text Example

White with #54483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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