#544535

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

Shades of Metallic Bronze #544535

Tints of Metallic Bronze #544535

Color information

#544535 (or 0x544535) is unknown color: approx Metallic Bronze. HEX triplet: 54, 45 and 35. RGB value is (84,69,53). Sum of RGB (Red+Green+Blue) = 84+69+53=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544535 is #ABBACA. Grayscale: #474747. Windows color (decimal): -11254475 or 3491156. OLE color: 3491156.

HSL color Cylindrical-coordinate representation of color #544535: hue angle of 30.97º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #544535 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB846953-
CMYK00.180.370.67
HSL30.97º22.63%26.86%-
HSV(B)30.97º36.9%32.94%-
XYZ6.436.44.26-
YUV71.66117.47136.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=40.78%
G=33.50%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84695300.180.370.6730.9722.6326.86
Hex54453501225431f171b
Octal1241056502245103372733
Binary101010010001011101010100101001011000011111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544535; }

 p { color: rgb(84,69,53); }

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

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

 a { background-color: rgb(84,69,53); }

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

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

 span { border-color: rgb(84,69,53); }

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