#544020

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

Shades of Deep Bronze #544020

Tints of Deep Bronze #544020

Color information

#544020 (or 0x544020) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 20. RGB value is (84,64,32). Sum of RGB (Red+Green+Blue) = 84+64+32=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #544020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544020 is #ABBFDF. Grayscale: #424242. Windows color (decimal): -11255776 or 2113620. OLE color: 2113620.

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

Color convert

RGB846432-
CMYK00.240.620.67
HSL36.92º44.83%22.75%-
HSV(B)36.92º61.9%32.94%-
XYZ5.755.662.16-
YUV66.33108.63140.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.67%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=46.67%
G=35.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84643200.240.620.6736.9244.8322.75
Hex5440200183E43252d17
Octal1241004003076103455527
Binary10101001000000100000011000111110100001110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544020; }

 p { color: rgb(84,64,32); }

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

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

 a { background-color: rgb(84,64,32); }

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

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

 span { border-color: rgb(84,64,32); }

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