#543F21

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

Shades of Deep Bronze #543F21

Tints of Deep Bronze #543F21

Color information

#543F21 (or 0x543F21) is unknown color: approx Deep Bronze. HEX triplet: 54, 3F and 21. RGB value is (84,63,33). Sum of RGB (Red+Green+Blue) = 84+63+33=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #543F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F21 is #ABC0DE. Grayscale: #414141. Windows color (decimal): -11256031 or 2178900. OLE color: 2178900.

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

Color convert

RGB846333-
CMYK00.250.610.67
HSL35.29º43.59%22.94%-
HSV(B)35.29º60.71%32.94%-
XYZ5.715.552.21-
YUV65.86109.46140.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=46.67%
G=35%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84633300.250.610.6735.2943.5922.94
Hex543F210193D43232c17
Octal124774103175103435427
Binary1010100111111100001011001111101100001110001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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