#544533

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

Shades of Deep Bronze #544533

Tints of Deep Bronze #544533

Color information

#544533 (or 0x544533) is unknown color: approx Deep Bronze. HEX triplet: 54, 45 and 33. RGB value is (84,69,51). Sum of RGB (Red+Green+Blue) = 84+69+51=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #544533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544533 is #ABBACC. Grayscale: #474747. Windows color (decimal): -11254477 or 3360084. OLE color: 3360084.

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

Color convert

RGB846951-
CMYK00.180.390.67
HSL32.73º24.44%26.47%-
HSV(B)32.73º39.29%32.94%-
XYZ6.386.384.03-
YUV71.43116.47136.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 51 (20.31% from 255) = 25%
R=41.18%
G=33.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84695100.180.390.6732.7324.4426.47
Hex544533012274321181a
Octal1241056302247103413032
Binary1010100100010111001101001010011110000111000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544533; }

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

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

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

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

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

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

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

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