#544124

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

Shades of Deep Bronze #544124

Tints of Deep Bronze #544124

Color information

#544124 (or 0x544124) is unknown color: approx Deep Bronze. HEX triplet: 54, 41 and 24. RGB value is (84,65,36). Sum of RGB (Red+Green+Blue) = 84+65+36=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #544124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544124 is #ABBEDB. Grayscale: #434343. Windows color (decimal): -11255516 or 2376020. OLE color: 2376020.

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

Color convert

RGB846536-
CMYK00.230.570.67
HSL36.25º40%23.53%-
HSV(B)36.25º57.14%32.94%-
XYZ5.865.792.48-
YUV67.38110.29139.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=45.41%
G=35.14%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84653600.230.570.6736.254023.53
Hex5441240173943242818
Octal1241014402771103445030
Binary10101001000001100100010111111001100001110010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544124; }

 p { color: rgb(84,65,36); }

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

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

 a { background-color: rgb(84,65,36); }

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

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

 span { border-color: rgb(84,65,36); }

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