#544428

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

Shades of Deep Bronze #544428

Tints of Deep Bronze #544428

Color information

#544428 (or 0x544428) is unknown color: approx Deep Bronze. HEX triplet: 54, 44 and 28. RGB value is (84,68,40). Sum of RGB (Red+Green+Blue) = 84+68+40=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #544428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544428 is #ABBBD7. Grayscale: #454545. Windows color (decimal): -11254744 or 2638932. OLE color: 2638932.

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

Color convert

RGB846840-
CMYK00.190.520.67
HSL38.18º35.48%24.31%-
HSV(B)38.18º52.38%32.94%-
XYZ6.116.172.88-
YUV69.59111.3138.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=43.75%
G=35.42%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84684000.190.520.6738.1835.4824.31
Hex5444280133443262318
Octal1241045002364103464330
Binary10101001000100101000010011110100100001110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544428; }

 p { color: rgb(84,68,40); }

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

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

 a { background-color: rgb(84,68,40); }

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

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

 span { border-color: rgb(84,68,40); }

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