#543F2D

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

Shades of Deep Bronze #543F2D

Tints of Deep Bronze #543F2D

Color information

#543F2D (or 0x543F2D) is unknown color: approx Deep Bronze. HEX triplet: 54, 3F and 2D. RGB value is (84,63,45). Sum of RGB (Red+Green+Blue) = 84+63+45=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #543F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F2D is #ABC0D2. Grayscale: #434343. Windows color (decimal): -11256019 or 2965332. OLE color: 2965332.

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

Color convert

RGB846345-
CMYK00.250.460.67
HSL27.69º30.23%25.29%-
HSV(B)27.69º46.43%32.94%-
XYZ5.915.633.26-
YUV67.23115.46139.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=43.75%
G=32.81%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84634500.250.460.6727.6930.2325.29
Hex543F2D0192E431c1e19
Octal124775503156103343631
Binary10101001111111011010110011011101000011111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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