#544224

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

Shades of Deep Bronze #544224

Tints of Deep Bronze #544224

Color information

#544224 (or 0x544224) is unknown color: approx Deep Bronze. HEX triplet: 54, 42 and 24. RGB value is (84,66,36). Sum of RGB (Red+Green+Blue) = 84+66+36=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #544224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544224 is #ABBDDB. Grayscale: #444444. Windows color (decimal): -11255260 or 2376276. OLE color: 2376276.

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

Color convert

RGB846636-
CMYK00.210.570.67
HSL37.5º40%23.53%-
HSV(B)37.5º57.14%32.94%-
XYZ5.925.912.5-
YUV67.96109.96139.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=45.16%
G=35.48%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84663600.210.570.6737.54023.53
Hex5442240153943262818
Octal1241024402571103465030
Binary10101001000010100100010101111001100001110011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544224; }

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

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

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

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

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

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

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

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