#544424

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

Shades of Bronze Olive #544424

Tints of Bronze Olive #544424

Color information

#544424 (or 0x544424) is unknown color: approx Bronze Olive. HEX triplet: 54, 44 and 24. RGB value is (84,68,36). Sum of RGB (Red+Green+Blue) = 84+68+36=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #544424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544424 is #ABBBDB. Grayscale: #454545. Windows color (decimal): -11254748 or 2376788. OLE color: 2376788.

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

Color convert

RGB846836-
CMYK00.190.570.67
HSL40º40%23.53%-
HSV(B)40º57.14%32.94%-
XYZ6.046.152.54-
YUV69.14109.3138.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.68%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=44.68%
G=36.17%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84683600.190.570.67404023.53
Hex5444240133943282818
Octal1241044402371103505030
Binary10101001000100100100010011111001100001110100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544424; }

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

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

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

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

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

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

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

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