#543F2C

Color #543F2C Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #543F2C

Tints of Deep Bronze #543F2C

Color information

#543F2C (or 0x543F2C) is unknown color: approx Deep Bronze. HEX triplet: 54, 3F and 2C. RGB value is (84,63,44). Sum of RGB (Red+Green+Blue) = 84+63+44=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #543F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F2C is #ABC0D3. Grayscale: #434343. Windows color (decimal): -11256020 or 2899796. OLE color: 2899796.

HSL color Cylindrical-coordinate representation of color #543F2C: hue angle of 28.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #543F2C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB846344-
CMYK00.250.480.67
HSL28.5º31.25%25.1%-
HSV(B)28.5º47.62%32.94%-
XYZ5.895.623.16-
YUV67.11114.96140.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=43.98%
G=32.98%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84634400.250.480.6728.531.2525.1
Hex543F2C01930431c1f19
Octal124775403160103343731
Binary10101001111111011000110011100001000011111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543F2C; }

 p { color: rgb(84,63,44); }

 H1.HeaderClassName
 {
   color: #543F2C;
 }
 .AnyTagClassName
 {
   color: #543F2C;
 }
</style>
background-color css

<style>
 a { background-color: #543F2C; }

 a { background-color: rgb(84,63,44); }

 div.DivClassName
 {
   background-color: #543F2C;
 }
 .BgClassName
 {
   background-color: #543F2C;
 }
</style>
border-color css

<style>
 span { border-color: #543F2C; }

 span { border-color: rgb(84,63,44); }

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