#544021

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

Shades of Deep Bronze #544021

Tints of Deep Bronze #544021

Color information

#544021 (or 0x544021) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 21. RGB value is (84,64,33). Sum of RGB (Red+Green+Blue) = 84+64+33=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544021 is #ABBFDE. Grayscale: #424242. Windows color (decimal): -11255775 or 2179156. OLE color: 2179156.

HSL color Cylindrical-coordinate representation of color #544021: hue angle of 36.47º 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 #544021 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB846433-
CMYK00.240.610.67
HSL36.47º43.59%22.94%-
HSV(B)36.47º60.71%32.94%-
XYZ5.765.662.23-
YUV66.45109.13140.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=46.41%
G=35.36%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84643300.240.610.6736.4743.5922.94
Hex5440210183D43242c17
Octal1241004103075103445427
Binary10101001000000100001011000111101100001110010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544021; }

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

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

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

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

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

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

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

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