#544734

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

Shades of Metallic Bronze #544734

Tints of Metallic Bronze #544734

Color information

#544734 (or 0x544734) is unknown color: approx Metallic Bronze. HEX triplet: 54, 47 and 34. RGB value is (84,71,52). Sum of RGB (Red+Green+Blue) = 84+71+52=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #544734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544734 is #ABB8CB. Grayscale: #484848. Windows color (decimal): -11253964 or 3426132. OLE color: 3426132.

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

Color convert

RGB847152-
CMYK00.150.380.67
HSL35.63º23.53%26.67%-
HSV(B)35.63º38.1%32.94%-
XYZ6.536.644.19-
YUV72.72116.31136.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=40.58%
G=34.30%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84715200.150.380.6735.6323.5326.67
Hex5447340F264324181b
Octal1241076401746103443033
Binary101010010001111101000111110011010000111001001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544734; }

 p { color: rgb(84,71,52); }

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

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

 a { background-color: rgb(84,71,52); }

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

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

 span { border-color: rgb(84,71,52); }

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