#543F25

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

Shades of Deep Bronze #543F25

Tints of Deep Bronze #543F25

Color information

#543F25 (or 0x543F25) is unknown color: approx Deep Bronze. HEX triplet: 54, 3F and 25. RGB value is (84,63,37). Sum of RGB (Red+Green+Blue) = 84+63+37=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #543F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F25 is #ABC0DA. Grayscale: #424242. Windows color (decimal): -11256027 or 2441044. OLE color: 2441044.

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

Color convert

RGB846337-
CMYK00.250.560.67
HSL33.19º38.84%23.73%-
HSV(B)33.19º55.95%32.94%-
XYZ5.775.572.52-
YUV66.32111.46140.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=45.65%
G=34.24%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84633700.250.560.6733.1938.8423.73
Hex543F250193843212718
Octal124774503170103414730
Binary1010100111111100101011001111000100001110000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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