#543F26

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

Shades of Deep Bronze #543F26

Tints of Deep Bronze #543F26

Color information

#543F26 (or 0x543F26) is unknown color: approx Deep Bronze. HEX triplet: 54, 3F and 26. RGB value is (84,63,38). Sum of RGB (Red+Green+Blue) = 84+63+38=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #543F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F26 is #ABC0D9. Grayscale: #424242. Windows color (decimal): -11256026 or 2506580. OLE color: 2506580.

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

Color convert

RGB846338-
CMYK00.250.550.67
HSL32.61º37.7%23.92%-
HSV(B)32.61º54.76%32.94%-
XYZ5.785.582.61-
YUV66.43111.96140.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=45.41%
G=34.05%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84633800.250.550.6732.6137.723.92
Hex543F260193743212618
Octal124774603167103414630
Binary1010100111111100110011001110111100001110000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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