#543D25

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

Shades of Deep Bronze #543D25

Tints of Deep Bronze #543D25

Color information

#543D25 (or 0x543D25) is unknown color: approx Deep Bronze. HEX triplet: 54, 3D and 25. RGB value is (84,61,37). Sum of RGB (Red+Green+Blue) = 84+61+37=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #543D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D25 is #ABC2DA. Grayscale: #414141. Windows color (decimal): -11256539 or 2440532. OLE color: 2440532.

HSL color Cylindrical-coordinate representation of color #543D25: hue angle of 30.64º 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 #543D25 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB846137-
CMYK00.270.560.67
HSL30.64º38.84%23.73%-
HSV(B)30.64º55.95%32.94%-
XYZ5.665.362.49-
YUV65.14112.12141.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=46.15%
G=33.52%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84613700.270.560.6730.6438.8423.73
Hex543D2501B38431f2718
Octal124754503370103374730
Binary101010011110110010101101111100010000111111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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