#544221

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

Shades of Deep Bronze #544221

Tints of Deep Bronze #544221

Color information

#544221 (or 0x544221) is unknown color: approx Deep Bronze. HEX triplet: 54, 42 and 21. RGB value is (84,66,33). Sum of RGB (Red+Green+Blue) = 84+66+33=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #544221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544221 is #ABBDDE. Grayscale: #434343. Windows color (decimal): -11255263 or 2179668. OLE color: 2179668.

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

Color convert

RGB846633-
CMYK00.210.610.67
HSL38.82º43.59%22.94%-
HSV(B)38.82º60.71%32.94%-
XYZ5.885.892.27-
YUV67.62108.46139.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=45.90%
G=36.07%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84663300.210.610.6738.8243.5922.94
Hex5442210153D43272c17
Octal1241024102575103475427
Binary10101001000010100001010101111101100001110011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544221; }

 p { color: rgb(84,66,33); }

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

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

 a { background-color: rgb(84,66,33); }

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

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

 span { border-color: rgb(84,66,33); }

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