#54483B

Color #54483B Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #54483B

Tints of Metallic Bronze #54483B

Color information

#54483B (or 0x54483B) is unknown color: approx 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

RGB847259-
CMYK00.140.300.67
HSL31.2º17.48%28.04%-
HSV(B)31.2º29.76%32.94%-
XYZ6.766.845.1-
YUV74.11119.48135.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84725900.140.300.6731.217.4828.04
Hex54483B0E1E431f111c
Octal1241107301636103372134
Binary1010100100100011101101110111101000011111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>