#543F1F

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

Shades of Deep Bronze #543F1F

Tints of Deep Bronze #543F1F

Color information

#543F1F (or 0x543F1F) is unknown color: approx Deep Bronze. HEX triplet: 54, 3F and 1F. RGB value is (84,63,31). Sum of RGB (Red+Green+Blue) = 84+63+31=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #543F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F1F is #ABC0E0. Grayscale: #414141. Windows color (decimal): -11256033 or 2047828. OLE color: 2047828.

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

Color convert

RGB846331-
CMYK00.250.630.67
HSL36.23º46.09%22.55%-
HSV(B)36.23º63.1%32.94%-
XYZ5.685.542.07-
YUV65.63108.46141.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=47.19%
G=35.39%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84633100.250.630.6736.2346.0922.55
Hex543F1F0193F43242e17
Octal124773703177103445627
Binary101010011111111111011001111111100001110010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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